body {
	color: #414C8F;
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
}

.navbar{ color:#2236AF;}

td {
	color: #414C8F;
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;}
	
td#navbar { background-color:#414C8F; text-align:center;}

.box {
	color: #2236AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.hide {
	visibility: hidden;
}

.graylink{ color:#cccccc; text-decoration:none; }
a:visited.graylink{color:#cccccc; text-decoration:none;}
a:hover.graylink{color:#cccccc; text-decoration:none; }
a:active.graylink{color:#cccccc; text-decoration:none; }

.contactpagelink{ color:#222222; text-decoration:none; }
a:visited.contactpagelink{color:#222222; text-decoration:none;}
a:hover.contactpagelink{color:#FF6600; text-decoration:none; }
a:active.contactpagelink{color:#FF6600; text-decoration:none; }

/* ********** navigation buttons *********** */
.buttons{}
		
a:link.buttons , a:visited.buttons{



background: #414C8F;
text-decoration:none;
color:#FFFFFF;
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic; line-height:30px;


padding:0 10px; 

}

a:hover.buttons , a:active.buttons
{
background: #398EF9;
color:#ffffff;
}

#hover.buttons /* the # makes it an id identifier. using this for the php bit */
	{  background: #398EF9;
color:#ffffff;}