/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D2B42;
}
.form {
	background-color: #E8E8E8;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}

/* these are in the editor */
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0C4072;
}
.header1_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #733948;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0C4072;
}
.header2_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #733948;
}
.mainBold {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8px;
}
.style1 {
	font-size: 12px;
}
.style2 {font-size: 10px;
}
.style3 {font-size: 14px;
}