a {
    font-family: arial,tahoma,verdana,helvetica;
    color: #8F1A32;
    text-decoration: none;
    font-weight: normal;
}
a:hover, a:active {
    color: #006600;
    text-decoration: underline;
}

.text, .smalltext, .mainheader, .subheader, .smallheader{
    font-family: verdana,arial,tahoma,helvetica;
    text-decoration: none;
}
.text {
    font-size: 11px;
    color: #000000;
}
a.text {
    color: #006600;
    font-weight: bold;
}
.smalltext {
    font-size: 10px;
    color: #000000;
}
.mainheader {
    font-size: 13px;
    font-weight: bold;
    color: #006600;
}
.subheader {
    font-weight: bold;
    font-size: 12px;
    color: #2EB54B;
}
.redtext {
    font-size: 11px;
    color: #FF0000;
    font-weight: bold;
}
.bluetext {
    font-size: 11px;
    color: #0000FF;
    font-weight: bold;
}
.smallheader {
    font-weight: bold;
    font-size : 11px;
    color: #8F1A32;
}
.formlabel {
    font-size: 11px;
    color: #006600;
    font-weight: normal;
}
input.submitbutton {
	height: 25px; 
	background-color: #000000;
	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;
}

