﻿body
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    
}

a 
{
	text-decoration: none;
	/*color:#C04000;*/
	color:Gray;
}

a:visited
{
    /*color:#C04000;*/
    color:Gray;
}

img 
{
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
}

/* ******************************************************** */

.but_background
{
    background-image: url(images/but_background.png); 
    background-repeat:repeat-x;
    cursor:hand;
    font-family:Verdana;
    font-size:12px;
    color:#4169e1;  /* Royal Blue */
}

A.admin_selected:visited
{
    color:White;
    font-weight:bold;

}

A.master_selected:visited
{
    color:Green;
    font-size:14pt;
}

.MenuLink 
{
	color:Blue;
	text-decoration:none;
}
A.MenuLink:hover 
{
	color:Red;
	text-decoration:underline;
}

