.text, .smalltext, .mainheader, .subheader, .smallheader {
    font-family: arial,tahoma,verdana,helvetica;
    text-decoration: none;
}
.text {
    font-size: 11px;
    color: #000000;
}
.smalltext {
    font-size: 10px;
    color: #000000;
}
.mainheader {
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}
.subheader {
    font-weight: bold;
    font-size: 12px;
    color: #003466;
}
.smallheader {
    font-weight: bold;
    font-size : 10px;
    color: #ffffff;
}
a, a.text {
    color: #006699;
    text-decoration: none;
    font-weight: normal;
}
a:visited, a:hover, a:active {
    color: #006699;
    text-decoration: underline;
}
.formlabel {
    font-size: 11px;
    color: #003466;
    font-weight: normal;
}
input.submitbutton {
	height: 25px; 
	background-color: #003466;
	border: solid #181818 1px;
	padding: 1px;
	cursor: pointer;
    color: #FFFFFF;
    font-size : 11px;
    font-weight: bold;
}
input.submitbutton a:hover {
	border: solid #181818 1px;
    color: #335F91;
}
h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
}
h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}
h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    color: #999999;
}
h3 a {
    color: #999999;
    text-decoration: none;
    font-weight: normal;
}
h3 a:visited, h3 a:hover, h3 a:active {
    color: #999999;
    text-decoration: underline;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}
.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
