@charset "utf-8";
/* CSS Document */

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #300;
	font-style: normal;
}
body {
	background-color: #FFC;
	color: #300;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #300;
}
a:link {
	font-weight:bold;
	text-decoration:underline
}
a:visited {
	text-decoration: none;
	color: #300;
}
a:hover {
	text-decoration: underline;
	color: #369;
}
a:active {
	text-decoration: none;
	color: #300;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #300;
	text-align: left;
}
.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #300;
	text-align: left;
}
.regionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #300;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #369;
	text-align: left;
}
.mainbody_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #300;
}
.subheader_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #300;
	font-weight: normal;
	font-style: italic;
}
.subheader_italic_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #300;
}
