/* CSS Document */

a:link {  color: #000000; text-decoration: none; font-weight: bold;}
a:visited {  color: #000000; text-decoration: none; font-weight: bold;}
a:focus {  color: #000000; text-decoration: none; font-weight: bold;}
a:hover {  color: #901005; text-decoration: none; 	background-color: none; font-weight: bold;}
a:active {color:#000000; text-decoration: none; font-weight: bold;}


body{
	padding:27px 0;
	margin:0;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
	
div, td, p, h1, h2, h3, h4, form, input, select, label, textarea{
	padding:0;
	margin:0;
	}
	
img{
	border:0;
	padding:0;
	margin:0;
	}
	
ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
a{
	outline:none;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	

