A {
        text-decoration: underline;
        color: #000000;
        font-weight: bold;
}

A:hover {
        text-decoration: underline;
        color: #000066;
        font-weight: bold;
}

.title1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 17px;
        color: #000000;
}

.title2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #3F4B80;
}

.home1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 25px;
        color: #000033;
	text-align: left;
}

.body1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #000033;
	text-align: left;
}

.navlink {
        font-family: Arial, Helvetica, sans-serif;
	    text-decoration: underline;
		font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
}

.navlink:hover {
        font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size: 12px;
        color: #FFFFCC;
        font-weight: bold;
}


.body2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #000033;
	text-align: left;
}

.body3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 12px;
        color: #000000;
	text-align: left;
}

.link1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 12px;
        color: #3F4B80;
}

.tablecell1 {
        font-size: 13px;
        font-weight: bold;
        border: 1px;
        background: #F3F3F3;
        color: #3F4B80;
	    border-style: solid;
        border-color: #3F4B80;
}

.spacing10px {
        margin-top: 10px
}

/* Print version accomodations */

@media screen {
	.printonly { display: none; }
	.noprint { display: ; }
}

@media print {
	.printonly { display: ; }
	.noprint { display: none; width: 0px; }
}

.REQUIRED {
	background-color:#FFFB00;
	border-color:#FF0000;
}

.style4, .error {
    color: #FF0000;
}
