.text, .smalltext, .mainheader, .subheader, .smallheader, .formlabel {
    font-family: verdana,arial,tahoma,helvetica;
    text-decoration: none;
}
.text {
    font-size: 11px;
    color: #2c2c2c;
}
a.text {
    color: #006DB8;
    font-weight: normal;
}
a:hover, a:active {
    text-decoration: underline;
}
.smalltext {
    font-size: 10px;
    color: #2c2c2c;
}
a.smalltext {
    color: #006DB8;
    font-weight: normal;
}
.mainheader {
    font-size: 14px;
    font-weight: bold;
    color: #0F4F7B;
}
a.mainheader {
    color: #FD9900;
}
.subheader {
    font-weight: normal;
    font-size: 13px;
    color: #0F4F7B;
}
a.subheader {
    color: #FD9900;
}
.smallheader {
    font-weight: bold;
    font-size : 12px;
    color: #2c2c2c;
}
.formlabel {
    font-size: 11px;
    color: #0A3673;
    font-weight: bold;
}
.submitbutton {
    width: 97px;
    height: 22px;
    border: solid #ffffff 1px;
    cursor: pointer;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    background-color: #5DB4E0;
}
.submitbutton:hover {
    border: solid #ffffff 1px;
    color: #ffffff;
    background-color: #1A4D82;
}
.textarea, select {
	border: 1px #000000 solid;
	color: #000000;
	background-position: top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 15px;	
/*	width: 30px;  */
	padding-left: 3px;
	font-size: 11px;
	}

