/* 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 { 
 font-size: 12px;
 	color: #333;
	text-decoration: none;
}

.commonBody a {
	font-size: 12px;
	color: #300;
	font-weight: bold;
	text-decoration: none;
}

.commonBody a:hover {
	color: #900;
}


.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; }
