.ttdiv
{
    border: #ccc 1px solid;
    padding: 4px;
    background-color: #eee;
    font-size: 14px;    
}
a
{
    text-decoration: none;
    color: royalblue;
}
a:hover
{
    color: deeppink;
    text-decoration: underline;
}

.table
{
    font-size: 14px;
}

.table .tt{
    background-color:#999999;
    color:#FFFFFF;
}

.table .tr
{
    background-color:#eef0ff;
}

.table a
{
    text-decoration: none;
}
.table a:hover
{
    color: red;
    text-decoration: underline;
}

#head {
	height: 50px;
	width: 770px;
	background-color: #CDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
	padding: 5px;
	text-align: left;
}
#nav {
	background-color: #f3f3f3;
	width: 780px;
	height: 18px;
	color: #666;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.td{
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
}
.line {
	height: 1px;
	width: 780px;
	display: block;
	background-color: #FFF;
}
td .title {
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 5px;
	display: block;
	height: 20px;
	font-family: "ºÚÌå", "ËÎÌå";
	letter-spacing: .3em;
}
.ln2 {
	background-color: #ccc;
	display: block;
	height: 1px;
	width: 97%;
	float: left;
}
.td li {
	list-style-type: none;
	color: #666;
}
.td li a {
	height: 14px;
	width: 116px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #579;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	float: left;
}
.td .c1 a {
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
}
.td li a:hover {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	color: #000;
}
#box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	width: 780px;
}
#bott {
	height: 14px;
	width: 775px;
	background-color: #69C;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CDE;
	font-size: 12px;
	color: #EEE;
	padding-top: 2px;
	text-align: right;
	padding-right: 5px;
}
#center #Foot a,
#box #bott a {
	color: #EEE;
	text-decoration: none;
}
#center #Foot a:hover,
#box #bott a:hover {
	color: #FFFF00;
}
.main
{
    text-align: left;
}
#center {
	height: 400px;
	width: 780px;
	margin-top: -200px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #666;
	background-color: #FFFFFF;
}
#center #menubar {
	padding: 5px;
	height: 15px;
	width: 770px;
	background-image: url(images/bar.gif);
	font-size: 12px;
	text-align: right;
	color: #666666;
}
#center #Foot {
	position: absolute;
	height: 12px;
	width: 776px;
	left: 0px;
	bottom: 0px;
	color: #Cde;
	background-color: #69c;
	font-size: 12px;
	padding: 2px;
	text-align: right;
}
#center #main {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
}
#center #main a
{
    text-decoration: none;
    color:#666;
}
#center #main a:hover
{
    text-decoration:underline;
    color:Blue;
}

