@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font: 76% Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
h1 {
	color: #0F4267;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	line-height: 1em;
	color: #C30000;
	font-weight: normal;
}
h2 {
	color: #C30000;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	line-height: 1.5em;
}
h3 {
	color: #C30000;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
}
a {
	margin: 0px;
	padding: 0px;
}
a:hover {
	margin: 0px;
	padding: 0px;
}
#main_left a {
	color: #C30000;
	font-weight: bold;
	text-decoration: none;
}
#main_left a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.headingred {
	color: #C30000;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.headinggrey {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.textred {
	color: #960000;
}
.textsmallred {
	color: #C30000;
	font-size: 0.9em;
}
.textsmallgrey {
	color: #333333;
	font-size: 0.9em;
}
.textsmall {
	font-size: 0.9em;
}
.textlarge {
	font-size: 1.4em;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#footer {
	color: #666666;
}
#footer a {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	font-size: 0.9em;
	color: #C30000;
	text-decoration: underline;
}
.imgborder {
	border: 1px solid #999999;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
hr {
	border-top: none;
	border-bottom: 1px dashed #E4E4E4;
	border-left: none;
	border-right: none;
	background: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 1px;
}
