body
{
 background: url("images/graybg.jpg");
 margin-left: 10px;
 margin-top: 2px;
 margin-bottom: 5px;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
}

hr
{
	color: #000000;
}

.button
{ 
 background-color: #003399;
 border: thin solid #FFFFCC;
}

.blink
{
	font-family : Verdana;
    color : #FFFFFF;
	text-decoration : none;
}

.blink:hover
{
	color : #A3A3D6;
	text-decoration : none;
}

a
{
    color : #000000;
	font-style : italic;
}

a:hover
{
    color : #0066FF;
	font-style : italic;
}

a.nav
{
	font-size : 14px;
    color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
}

a.nav:hover
{
	font-size : 14px;
    color : silver;
	font-style : normal;
	text-decoration : none;
}

a.navcur
{
	font-size : 14px;
    color : #000000;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

a.navcur:hover
{
	font-size : 14px;
    color : silver;
	font-style : normal;
	text-decoration : none;
}

a.navbot
{
	font-size : 12px;
    color : #000000;
	font-style : normal;
	text-decoration : none;
}

a.navbot:hover
{
	font-size : 12px;
    color : #3333CC;
	font-style : normal;
	text-decoration : none;
}

.menu
{
	width: 125px; 
	border: 1px solid black; 
	background: #003399; 
	padding: 0px 5px;
 	font-size : 11px;
	font-weight: 900; 
	color: #FFFFFF;
}

.menu_child
{
	position: absolute;
	visibility: hidden;
	background: #003399;
}

.menu_link
{
	display: block; 
	width: 125px;
	border: 1px solid #009933;
	padding: 0px 5px;
	text-decoration: none;
	font-size : 11px;
	font-weight: 900;
	color: #ffffff;
	/*border-bottom: none;*/
}

.menu_link1
{
	display: block; 
	width: 125px;
	padding: 0px 5px;
	text-decoration: none;
 	font-size : 11px;
	font-weight: 900;
	color: #ffffff;
	border-bottom: none;
}

.small
{
	font-size: 10px;
}

.required
{
	color: red;
	font-size: 10px;
}

.special
{
	color: #993333;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

