@charset "utf-8";
.txtHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2B7CA7;
	text-decoration: none;
}
.txtSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B7CA7;
	text-decoration: none;
}
.txtSubHeadingComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
}
.txtMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #024568;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #024568;
	text-decoration: underline;
}
.txtCode {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #024568;
	text-decoration: none;
	background-color: #EAF4FF;
}
.tableComment {
	background-color: #FFFFEA;
	border: 1px dotted #999966;
}
.txtComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999966;
	text-decoration: none;
}
.txtCommentSml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999966;
	text-decoration: none;
}
.txtHeadingWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txtMainWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.tableClassSummary {
	background-color: #F9FCFF;
	border: 1px dotted #0373AF;
}
.formInputComment {
	background-color: #FFFFFF;
	border: 1px dotted #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999966;
	width: 98%;
	padding: 5px;
}
