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