a:link {  text-decoration: underline}
a:hover {  color: #000066; text-decoration: underline}
a:active {  text-decoration: underline}

.formBody {
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	text-transform: none;
	font-style: normal;
}
.formBodyBold {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-transform: none;
	font-style: normal;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.formBodyRed {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-transform: none;
	font-style: normal;
}
.underlineRed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	color: #CC0000;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}
.borderBotLeft {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.borderBotLeftRight {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}
.outlineRed {
	border: 1px solid #CC0000;
}
.outline {
	border: 1px solid #000066;
}
.formBodyItalic {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	text-transform: none;
	font-style: italic;
}