@charset "utf-8";
/* CSS Document */
body {
	background: url(images/body_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d6e8f4;
	margin-top:0px;
}
h1, h2, h3, h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #006;
	margin:12px 12px 12px 12px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:14px;
	color: #F00;
}
h4 {
	font-size:14px;
}
a:link {
	font-weight:bold;
	color: #06F;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color: #06F;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color: #06F;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color: #03C;
	text-decoration:none;
}
p, ol, ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
	color: #000;
	margin:4px 12px 0px 12px;
}
.subhead {
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	color: #006;
	margin:14px 25px 8px 25px;
}
.section_title {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color: #006;
	margin:4px 12px 0px 12px;
}
.section_title2 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color: #006;
	margin:4px 24px 0px 24px;
}
.small_title {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color: #006;
	margin:4px 12px 0px 12px;
}
.right_img {
	margin:0px 0px 0px 15px;
}
.footer {
	font-size:11px;
	font-weight:bold;
	color: #666;
	margin: 16px 20px 0px 0px;
	line-height: normal;
}
a.footer:link {
	font-size:11px;
	font-weight:bold;
	color: #666;
	margin: 16px 0px 0px 12px;
	text-decoration:none;
}
a.footer:active {
	font-size:11px;
	font-weight:bold;
	color: #666;
	margin: 16px 0px 0px 12px;
	text-decoration:none;
}
a.footer:visited {
	font-size:11px;
	font-weight:bold;
	color: #666;
	margin: 16px 0px 0px 12px;
	text-decoration:none;
}
a.footer:hover {
	color: #999;
	margin: 16px 0px 0px 12px;
	text-decoration:none;
}
.red {
	color: #F00;
}
.redBold {
	font-weight:bold;
	color: #F00;
}
.class_radiobtn {
	margin: 4px 4px 0px 4px;
}
