.text, .smalltext, .mainheader, .subheader, .smallheader, .formlabel, .redtext{
    font-family: verdana,arial,tahoma,helvetica;
    text-decoration: none;
}
.text {
    font-size: 11px;
    color: #000000;
}
.smalltext {
    font-size: 10px;
    color: #000000;
}
.mainheader {
    font-size: 16px;
    font-weight: bold;
    color: #DA2128;
}
.subheader {
    font-weight: bold;
    font-size: 13px;
    color: #06377A;
}
.smallheader {
    font-weight: bold;
    font-size : 10px;
    color: #ffffff;
}
.formlabel {
    font-size: 11px;
    color: #464646;
}
a.text {
    color: #DA2128;
    font-weight: normal;
}
a:hover, a:active {
	text-decoration: underline;
}
input.submitbutton {
	height: 25px; 
	background-color: #06377A;
	border: solid #181818 1px;
	padding: 1px;
	cursor: pointer;
        color: #fff;
        font-size : 11px;
        font-weight: bold;
}
input.submitbutton a:hover {
	border: solid #181818 1px;
        color: #335F91;
}