.MainFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.RedFont {
	color: #FF0000;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FF0000;
}
h1 {
	font-size: 20px;
	color: #FF0000;
}
.SmallMainFont {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



body{
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #031194;
}

table.outerborder{
	border: 2px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
}


#headerlinks {
		padding: 0 0 0 0;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		overflow: hidden;
}

#headerlinks li {
		 float: right;
		 margin-right: 5px;
		 background: none;
		 padding-top: 0;
		 padding-right: 0px;
		 padding-bottom: 0;
}

#headerlinks li a {
		   display: block;
		   color:#000000;
		   padding-top: 0.75em;
		   padding-right: 2em;
		   padding-bottom: 0.25em;
                   padding-left: 2em;
                   border:none;
}

#headerlinks a:hover,
	     .contact #headerlinks  #contact a,
	     .listing #headerlinks  #listing a,
	     .payment #headerlinks  #payment a {
		text-decoration: underline;
		color:#CC6600;
}

#headerlinks #payment {background: url(/images/lock1.gif) 100% 66% no-repeat;}
#headerlinks #listing {background: url(/images/pencil.gif) 100% 66% no-repeat;}
#headerlinks #contact {background: url(/images/envelope.gif) 100% 66% no-repeat;}
