@charset "utf-8";
html, body {
	margin:0px;
	padding:0px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#333333;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin:0px;
	padding:0px;
}

.maint {
	width:100%;
	height:100%;
}

.btmborder {
	border-top:4px solid #a14439;
}

.btmlink {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#7c7c7c;
}

.btmlink a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#7c7c7c;
	text-decoration:none;
	margin-right:15px;
}

.btmlink a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#7c7c7c;
	text-decoration:underline;
	margin-right:15px;
}

.cnt_border {
	border-left:1px solid #e9e8ed;
	border-right:1px solid #e9e8ed;
	background-image:url(../images/btm_right_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.shadow_img {
	background-image:url(../images/left_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.paratext {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7c7c7c;
	text-decoration:none;
	padding-bottom:20px;
	text-align:justify;
}

.paratext strong{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000000;
	text-decoration:none;
	padding-bottom:20px;
	text-align:justify;
}

.para_head_h2{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#a12010;
	text-decoration:none;
	padding-bottom:8px;
	text-align:justify;
	font-weight:bold;
}

.paraquote {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#409200;
	text-decoration:none;
	padding-bottom:20px;
	text-align:justify;
	font-style:italic;
	font-weight:bold;
}

.paraul {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 25px;
}

.paraul li {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7c7c7c;
	text-decoration:none;
	list-style:disc;
	padding-bottom:5px;
}

.paraul li strong{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000000;
	text-decoration:none;
	list-style:disc;
	padding-bottom:5px;
}

.paraul li a{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#a12010;
	text-decoration:none;
}

.paraul li a:hover{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

.paralink{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#a12010;
	text-decoration:underline;
	font-weight:bold;
}

.paralink:hover{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#a12010;
	text-decoration:none;
	font-weight:bold;
}

.paraheading {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#000000;
	text-decoration:none;
	padding-bottom:15px;
}

.red_heading {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#a12010;
	text-decoration:none;
}

.tipsbox {
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	background:#fff;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#7f7f7f;
	text-decoration:none;
	background-image:url(../images/bg_tipsbox.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.tipsbox p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#7f7f7f;
	text-decoration:none;
	padding:12px 15px 8px 20px;
}

.tipsbox h3{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7f7f7f;
	text-decoration:none;
	padding:12px 15px 0px 20px;
}

.paraol {
	margin:0px 0px 10px 15px;
	padding:0px 0px 0px 25px;
}

.paraol li {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7c7c7c;
	text-decoration:none;
	padding-bottom:5px;
}

.form_labels{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7f7f7f;
	text-decoration:none;
}

.txtbox{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7f7f7f;
	text-decoration:none;
	width:300px;
	height:19px;
	border:1px solid #cccccc;
}

.combobox{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7f7f7f;
	text-decoration:none;
	width:304px;
	border:1px solid #cccccc;
}

.txtarea{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7f7f7f;
	text-decoration:none;
	width:300px;
	border:1px solid #cccccc;
}

.btn_form {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	width:60px;
	border:1px solid #a12010;
	background-color:#a12010;
	cursor:pointer;	
}

.btn_form:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	width:60px;
	border:1px solid #666666;
	background-color:#666666;
	cursor:pointer;	
}

.red_required {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#cc0000;
	text-decoration:none;
}