﻿html, body
{
	background: #fff;
	color: #000;
	margin: 0;
	font-size:13px;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
img
{
	border: 0;
	vertical-align: middle;
}
div, span, p, ul, li, td, th, textarea, label, h1, h2, h3, h4, form, hr, a
{
	padding: 0;
	margin: 0;
}
ul
{
    list-style:none;
}
a
{
	color: #060854;
	text-decoration: none;
}

.top
{
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.top_title
{
	width:922px;
	height:118px;
	background-repeat:no-repeat;
	background-position:210px 67px;
}
.top_desc
{
	font-size:13px;
	margin-left:200px;
	margin-top:8px;
	color:#185eaf;
	height:63px;
}
.top_menus
{
	height:44px;
	width:821px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.top_menus ul li
{
	float:left;
	cursor:pointer;
}
.bottom
{
	margin-top:-45px;
	font-size:13px;
	position:relative;
	z-index:0;
}
.lt_pager
{
    vertical-align:middle;
    padding:4px;
    font-family:"lucida grande", verdana, tahoma, arial, sans-serif;
    font-size:12px;
}
.lt_pager a
{
    float:left;
    height:22px;
    line-height:22px;
    text-align:center;
    padding-left:6px;
    padding-right:6px;
    text-decoration:underline;
}
.lt_pager a.CURRENT
{
    color:Gray;
}
.lt_pager span
{
    float:left;
    height:22px;
    line-height:22px;
    text-align:center;
    padding-left:6px;
    padding-right:6px;
}

