
/* CSS Document */

.sideBar, .sideBar a:visited, .sideBar a { 
font-family: verdana, trebuchet, sans-serif; 
font-size: 10px; 
color: #fff; 
text-decoration: none; 
}

.sideBar a:hover { color: #c66; } 

.commonBody, .commonBody a:link, .commonBody a:active, .commonBody a:vistied { 
 font-family: Palatino, "Times New Roman", Times, serif;
 
 font-size: 12px;
 	color: #333333;
	text-decoration: none;
}

.commonBody a:link {
	color: #330000;
	font-weight: bold;
}
.commonBody a:active {
	color: #990000;
	font-weight: bold;
}
.commonBody a:visited {
	color: #330000;
	font-weight: bold;
}
.commonBody a:hover {
	color: #990000;
	font-weight: bold;
}


.footerText, .footerText a:link, .footerText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin-bottom: 3px;
}

.footerText a:hover { color: #333333; }