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

* {
	padding:0;
	margin:0;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}
#container{
}
#wrapper{
	width:100%;
	margin:0 auto;

}

a:hover {
	color:blue;
	text-decoration:none;
}
.floadleft{
	float:left;
}
.margin0auto{
	margin:auto;
}

.clr-left {
	clear:left;
}
ul{
	list-style-type:none;
}
.ul_list li{
	list-style-type: disc;
	margin-left: 22px;
}
a{
	text-decoration:none;
	color:#333;
	outline: none;
}
.clr {
	clear:both;
}
.textblue{
	color:#163371;
}
img {
	border:none;
	overflow:hidden;
}
h3{
	color:#163371;
	font-size:12px;
	font-weight:bold;
}
.heading{
	color:#0B0897;
	font-size:14px;
	border-bottom: 2px solid #163371;
	padding-bottom: 2px;
}
.heading2{
	color:#163371;
	font-size:14px;
	border-top: 2px solid #163371;
	padding-top: 2px;
}
.line{
	border-bottom:1px solid #e9e9e9;
	width:566px;
	height:9px;
	clear:left;
}
.page{
	text-align:right;
	color:#163371;
	font-size:11px;
	font-weight:bold;
	border-top: 2px solid #163371;
	margin-top:9px;
	padding-top:2px;
}

.page a{
	color:#163371;
	margin-right:2px;
	margin-left:2px;
}
.page a:hover{
	text-decoration:underline;
}
.page a.active{
	text-decoration:underline;
}

/*----------------form-------------------*/
form select{
	border:1px solid #666;
}

form input{
	float:left;
	
}
/*----------------table--------------------*/	

