/*Body*/
body{
	background-color:#A3A3A3;
	border:0;
	font-family:arial,verdana,tahoma,sans-serif;
	margin:0px;
	padding:0;
	/*scrollbar colors for IE and Opera*/
	scrollbar-arrow-color:#333;
	scrollbar-3dlight-color:#999;
	scrollbar-highlight-color:#FFF;
	scrollbar-face-color:#CCC;
	scrollbar-shadow-color:#999;
	scrollbar-darkshadow-color:#666;
	scrollbar-track-color:#EEE;
}
/*Header*/
/*Footer*/
#footer 
{
	background-color: #0069AA;
	padding: 2px;
}
#footer-text
{
	background-color: #0069AA;
	height: 15px;
	padding-left: 10px;
	padding-top: 1px;
	color: White;
	font-size: 9px;
}
#footer-text a, #footer-text a:visited
{
	color: White;
	text-decoration: none;
}
#footer-text a:hover
{
	text-decoration: underline;
}
/*Credits*/
#credits{
	text-align:center;
	margin:10px auto;
}
#credits div{
	color:#666;
	font-size:10px;
	margin:0 auto;
	background-color: #A3A3A3;
}
#credits a,#credits a:visited{
	color:#666;
}
#credits a.nolink,#credits a.nolink:visited{
	color:#666;
	text-decoration:none !important;
}
#credits a:active,#credits a:hover,
#credits a.nolink:active,.credits a.nolink:hover{
	color:#000;
	text-decoration:underline !important;
}
.news-category
{
	font-size: 15px;
	font-weight: bold;
}
.news-title
{
	font-size: 15px;
	font-weight: bold;
}

#news a
{
	color: rgb(6, 106, 171);
	text-decoration:none;
	
}

#news a:visited 
{
	color: rgb(107, 47, 144);
	text-decoration:none;
	
}

#news a:hover 
{
		color: rgb(6, 106, 171);
	text-decoration:underline;
} 

.login-error 
{
	font-size: 12px;
}
