/*Body*/
body{
	background-color:#FFF;
	border:0;
	font-family: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;
}
a
{
	color: #608CCA;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/*Header*/
/*Footer*/
#footer
{
	padding-left: 15px;
	padding-bottom: 2px;

}
.footer-text
{
	font-size: 11px;
	color: Black;
}
.footer-link
{
	font-size: 11px;
	color: Black;
}
/*Credits*/
#credits{
	text-align:center;
	margin:10px auto;
}
#credits div{
	color:#666;
	font-size:10px;
	margin:0 auto;
}
#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;
}
