body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 10pt;
		bgcolor: #FFFFFF;
}

a:link{
        color: #261C69;
        font-size: 10pt;
        text-decoration: none;
}

a:visited{
        color: #261C69;
        font-size: 10pt;
        text-decoration: none;
}

a:hover{
        color: #ff0000;
        font-size: 10pt;
        text-decoration: underline;
}

TR, TD, P, BR, DIV {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
}

.small {
	font-size: 10pt;
}

.small1 {
	font-size: 7pt;
	color: #FFFFFF;
}

.small8 {
	font-size: 8pt;
}

.right {
	font-size: 10pt;
	color: #FFFFFF;
}

.dynamiclinks {
		cursor: pointer;
		cursor: hand;
		color: #FFFFFF;
        font-size: 10pt;
}
.dynamiclinks_hover {
		cursor: pointer;
		cursor: hand;
		color: #FFFFFF;
        font-size: 10pt;
		text-decoration: underline;
}

.dynamiccontentlinks {
		cursor: pointer;
		cursor: hand;
		color: #261C69;
        font-size: 10pt;
}
.dynamiccontentlinks_hover {
		cursor: pointer;
		cursor: hand;
		color: #FF0000;
        font-size: 10pt;
		text-decoration: underline;
}

.top{
		cursor: pointer;
		cursor: hand;
        color: #FFFFFF;
        font-size: 9pt;
		font-weight: bold;
        text-decoration: none;
}

.top_hover{
		cursor: pointer;
		cursor: hand;
        color: #FFFFFF;
        font-size: 9pt;
		font-weight: bold;
        text-decoration: underline;
}

.headers {
		font-family: trebuchet;
		font-size: 30;
		font-weight: bold;
		color: #261C69;
}

.headers26 {
		font-family: trebuchet;
		font-size: 26;
		font-weight: bold;
		color: #261C69;
}

.subheaders {
		font-weight: bold;
		color: #261C69;
}

.opheaders {
		font-family: trebuchet;
		font-size: 30;
		font-weight: bold;
		color: #27733A;
}

.opheaders26 {
		font-family: trebuchet;
		font-size: 26;
		font-weight: bold;
		color: #27733A;
}

.opsubheaders {
		font-weight: bold;
		color: #27733A;
}

.trheaders {
		font-family: trebuchet;
		font-size: 30;
		font-weight: bold;
		color: #000000;
}

.trheaders26 {
		font-family: trebuchet;
		font-size: 26;
		font-weight: bold;
		color: #000000;
}

.trsubheaders {
		font-weight: bold;
		color: #000000;
}

INPUT.SUBMIT
{
    border: 1px #000000 solid;
    font-family: Arial;
    background: #261C69;
    font-size: 10px;
    color: #FFFFFF;
}

SELECT.required{
	background-color: #ffff99;
}
INPUT.required{
	background-color: #ffff99;
}
SELECT.white{
	background-color: #FFFFFF;
}
INPUT.white{
	background-color: #FFFFFF;
}
LABEL.red{
	color: #FF0000;
}
LABEL.bold{
	font-weight: bold;
}

