@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/bg.jpg) left top repeat-x;
}
/*.list li { list-style: lower-alpha;}*/
.headerBg {
	background: url(../images/header-bg.jpg) left top repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif; font-size: 26px; color: #FFFFFF; text-transform: uppercase; font-weight: bold; margin:4px 0 0 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #238cb9; line-height: 30px; margin: 0px;
}
.mainTxt1{
	font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #6c6d71;	
}
.mainTxt2{
	font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #0073a4;	
}
.contMain {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; color: #6d6e71; line-height: 22px; text-decoration: none;
}
.contMain a{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; color: #6d6e71; line-height: 22px; text-decoration: none; font-weight: normal; outline: none;
}
.contMain a:hover{
	color: #0073a4;
}
.contMain1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; color: #0073a4; line-height: 22px; text-decoration: none;
}
.bottNavi {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #595959; text-decoration: none;
}
.bottNavi a {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #595959; text-decoration: none;
}
.bottNavi a:hover, .bottNavi a.Act {
	text-decoration: underline;
}
.centNavi a, a {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6D6E72;
	text-decoration:none;
}
/* for top menu */
.top_menu ul {
	width:auto;
	padding:0 0 0 0;
	margin:0px;
}
.top_menu li {
	margin:0px;
	padding:0 33px;
	float:left;
	list-style:none;
}
.top_menu li a {
	float:left;
	width:auto;
	font-size:14px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.top_menu li a span {
	height:23px;
	padding:6px 12px 0 12px;
	float:left; cursor:pointer;
	width:auto;
}
.top_menu li a:hover, .top_menu li a.active {
	background:url(../images/menu_bg_rt.jpg) no-repeat right;
	color:#0186bf;
	text-decoration:none;
}
.top_menu li a:hover span, .top_menu li a.active span {
	background:url(../images/menu_bg_lt.gif) no-repeat left;
}
/* end for top menu */
