/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	text-align: left;
	
}
img {
	margin: 0px 5px 5px 0px;
}
a {
	color: #c42e40;
	text-decoration: none;
}
a:hover {
	color: #c42e40;
	text-decoration: underline;
}
strong {
	color: #666666;
}
form {
	margin-top: 0px;
}
.main_content_box {
	width: 630px;
	clear: both;
}
h1 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
}
h2 {
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	clear: both;
}
h3 {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 16px;
}
h4 {
	font-size: 9pt;
	color: #c42e40;
	font-weight: normal;
	margin-bottom: 0px;
}
h5 {
	font-size: 9pt;
	color: #c42e40;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	clear: both;
	float: none;
}
h6 {
	font-size: 18px;
	color: #c42e40;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
.text {
	margin-bottom: 10px;
	line-height: 16px;
}
.red_line {
	margin-bottom: 20px;
}
.leftcolumn {
	width: 300px;
	padding-right: 30px;
}
.rightcolumn {
	width: 300px;
}
.form_error {
	background: #c42e40;
	color: #FFFFFF;
	width: 610px;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}