.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A75AF;
	line-height: 18px;
}

.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A75AF;
	line-height: 18px;
}

.bodyText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #6699cc;*/
	color: #000000;
	line-height: 18px;
	padding: 10px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A75AF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: underline;
	border-top-color: #3A75AF;
	border-right-color: #3A75AF;
	border-bottom-color: #3A75AF;
	border-left-color: #3A75AF;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: underline;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.whiteStrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #FF0000;


}

