
/* Regular Links */
a 			{ font-family:Arial; text-decoration: underline; color:#000000;}
a:visited 	{ font-family:Arial; color:#000000;}
a:hover  	{ font-family:Arial; text-decoration:underline; color:blue;}

td,body,font { font-family:Arial; font-size: 12px }

.navigation {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: black; 
	font-size: 11px;
}	

.subnavigation {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: black; 
	font-size: 10px;
}

.linkheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: black; 
	font-size: 12px;
}

.linkitem			{ font-size: 11px; font-family:Arial; text-decoration: none; color:#000000;}
.linkitem:visited 	{ font-size: 11px; font-family:Arial; color:#000000;}
.linkitem:hover  	{ font-size: 11px; font-family:Arial; text-decoration:underline; color:#990000;}

td.button {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid Black; 
	border-left: 1px solid Black; 
	border-right: 1px solid black; 
	border-top: 1px solid black;
	background-color: #7788bb;
	font-weight: bold;
}
a.button			{ text-decoration: none; color:#ffffff; }
a.button:visited 	{ color:#ffffff; }
a.button:hover  	{ text-decoration: none; color:#ffffff; }
