@charset "utf-8";
body {
	background-color:#730909;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#9c0000;
}
.link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#010101;
}
.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#001818;
	background:url(images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:22px;
}
.body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#001818;
	line-height:18px;
	text-align:justify;
}
.view_bt {
	background-image:url(images/view_more.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#d24202;
	padding:10px;
	text-decoration:none;
}
.view_bt:hover {
	background-image:url(images/view_more.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#4850bc;
	padding:10px;
	text-decoration:none;
}
.body_border {
	border-top:#e2e0e0 1px solid;
	line-height:12px;
}
.sub_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#001818;
}
.red_link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#b13903;
	text-decoration:underline;
}
.red_link:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:underline;
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#b13903;
}
.bullet_point {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#001818;
	background:url(images/bullet_point.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:15px;
}
.red_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#b13903;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:5px;
}
.textbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	border:#999 solid 1px;
}