html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: 0;
}


html {

}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-align: left;
background-color:#454545;
}


a:link {
 text-decoration: underline;
 color: #00008A;
}


a:visited {
 text-decoration: underline;
 color: #00008A;
}


a:hover {
 text-decoration: none;
 color: #00008A;
}


a:active { 
 text-decoration: underline;
 color: #00008A;
}


p{
font-size: 12px;
}


h1{
	font-family: "Century Gothic";
	font-size: 18px;
	color: #00008A;
}


h2{
	font-family: "Century Gothic";
	font-size: 18px;
	color: #00008A;
}


.smallfont {
font-size:10px;
}


.smallfontwhite {
font-size:10px;
color:#FFFFFF;
}

