@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../templates/images/back2.gif);
	background-color: #036BB0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.header {
	height:111px;
	overflow:hidden;
	text-align:center;
}
strong {
	color:#0054A6;
}
a {
	color:#0033cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#448CCB;
	font-size:18px;
}
h2 {
	color:#448CCB;
	font-size:15px;
}

.maincontent {
	padding:10px;
	background:#FFFFFF;
	min-height:400px;
}

.footer {
	text-align:center;
}

.img {
	padding:5px;
	border:1px solid #CCCCCC;
	margin:5px;
}
.lefttext {
	line-height:20px;
	text-align:center;
	padding:20px 5px;
}
.centertext {
	padding:0 5px;
	text-align:justify;
}
.righttext {
	line-height:20px;
	text-align:center;
	border-left:1px solid #00AEEF;
	padding:20px 5px;
}
.border {
	border:1px solid #00AEEF;
}

.list {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.list th {
	background-color:#EEE;
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
}
.list td {
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.list td a {
	text-decoration:none;
}
.list tr.even {
   background: #fff;
}
.list tr.odd {
   background: #F8F8FC;
}

.paging {
	margin-top:16px;
	text-align:center;
}

.f14 {
	font-size:14px;
}
