A:hover{color:#CC0000;}

A:link{color:#006600;}

A:active{color:#OO1100;}

body, p, td, ul, ol, li, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.small, .small a  { font-size: 9px}


/*
The following styles affect the navigation tabs.  Handle with care. 
*/
.BoxActive {
	font-size: 11px;
}

.Tabs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;


}

.TabInactive {
	
	background-color: #EEEEEE;
	border: thin solid #CCCCCC;
}
.TabBetween {
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
}
.TabActive {

	background-color: #FFFFFF;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin solid #CCCCCC;
}
