.text, .smalltext, .mainheader, .subheader, .smallheader, .formlabel {
    font-family: Arial, Tahoma, Verdana,  Sans-Serif;
    text-decoration: none;
}
.text {
    font-size: 11px;
    color: #666666;
}
a.text {
    color: #D6251B;
    font-weight: normal;
}
a:hover, a:active {
    text-decoration: underline;
}
.smalltext {
    font-size: 10px;
    color: #666666;
}
a.smalltext {
    color: #666666;
    font-weight: normal;
}
.mainheader {
    font-size: 15px;
    font-weight: bold;
    color: #255095;
}
a.mainheader {
    color: #CC0001;
}
.subheader {
    font-weight: bold;
    font-size: 13px;
    color: #666666;
}
.subheaderred {
    font-weight: bold;
    font-size: 13px;
    color: #CC0001;
}
.subheaderblue {
    font-weight: bold;
    font-size: 13px;
    color: #255095;
}
a.subheader {
    color: #D6251B;
}
.smallheader {
    font-weight: bold;
    font-size : 12px;
    color: #666666;
}
.textredbold {
    font-size: 12px;
    color: #C60001;
}
.textbluebold {
    font-size: 12px;
    color: #0E4679;
}
.formlabel {
    font-size: 11px;
    color: #666666;
}
input.submitbutton {
	height: 25px; 
	border: solid #C0C1C3 0px;
	padding: 1px;
	cursor: pointer;
        color: #ffffff;
        font-size : 12px;
        font-weight: normal;
        background-color: #124096;
}
input.submitbutton a:hover {
	border: solid #C0C1C3 0px;
        color: #ffffff;
        background-color: #CC0001;
}
