@charset "utf-8";
/* CSS Document */

body
{
	background:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#878686;
	margin:0px;
	padding:0px;
	line-height:18px;
}
.banner
{
	background:url(../images/header.png);
	background-repeat:no-repeat;
	background-position: top center;	
	height:450px;
}
.inner-banner
{
	background:url(../images/inner.png);
	background-repeat:no-repeat;
	background-position: top center;	
	height:329px;
}
.top_link
{
	text-decoration:none;
	color:#d9d7d7;
	font-size:13px;
	font-weight:bold;
}
.top_link:link
{
	text-decoration:none;
	color:#d9d7d7;
	font-size:13px;
	font-weight:bold;
}
.top_link:active
{
	text-decoration:none;
	color:#d9d7d7;
	font-size:13px;
	font-weight:bold;
}
.top_link:visited
{
	text-decoration:none;
	color:#d9d7d7;
	font-size:13px;
	font-weight:bold;
}
.top_link:hover
{
	text-decoration:none;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
form-texts
{
	color:#a0a09d;
}
.form
{
	background:url(../images/request-bg.png);
	background-repeat:repeat-y;
	width:298px;	
	color:#73736f;
}
.textbox
{
	background-color:#ffffff;
	height:20px;
	border:1px solid #cacac8;
	color:#333;
}
.btn
{
	background:url(../images/submit.png);
	background-repeat:no-repeat;
	width:64px;
	height:19px;
	border:0px;
	cursor:pointer;
}
.footer
{
	background:url(../images/footer.png);
	background-repeat:repeat-x;
	font-size:11px;
	height:125px;
}
.gap
{
	padding-top:10px;
}
.footer_text
{
	color:#337fb6;
}
.footer_link
{
	text-decoration:none;
	color:#337fb6;
}
.footer_link:link
{
	text-decoration:none;
	color:#337fb6;
}
.footer_link:active
{
	text-decoration:none;
	color:#337fb6;
}
.footer_link:visited
{
	text-decoration:none;
	color:#337fb6;
}
.footer_link:hover
{
	text-decoration:underline;
	color:#337fb6;
}
