@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


a:link {color: #000; font-weight:bold;}
a:visited {color: #000; font-weight:bold;}
a:active {color: #000; font-weight:bold;}
a:hover {color: #10526D; font-weight:bold;}

#footer {background-color:#000; color:#fff; width:100% auto; text-align:center; font-size:11px; padding:4px;}
#footer a:link {color: #CCC;}
#footer a:active {color: #CCC;}
#footer a:visited {color: #CCC;}
#footer a:hover {color: #fff;}