.frmButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.frmField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	padding: 2px;
}
.hdTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #004477;
	text-decoration: none;
}
.lnkContent {
	color: #006699;
	text-decoration:none;
}
.lnkContent:hover {
	text-decoration:underline;
}
.lnkTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #004477;
	text-decoration: none;
}
.lnkTitle:hover {
	color: #006699;
	text-decoration: underline;
}
.tblError {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
	border: 1px solid #FF0000;
}
.tblMain {
	border: 1px solid #999999;
}
.txtContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
.txtCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}