﻿/* CSS Document */

body
{
	text-align: center;
	margin: 3px 0 0 3px;
	font-size: 12px;
	font-family: Tahoma,宋体;
}
div
{
	text-align: left;
}
img
{
	border: 0px;
}

label
{
	color: #666666;
}

.grayWhite_text
{
	color: #CCCCCC;
}

.white_link:link, .white_link:visited
{
	color: #FFFFFF;
	font-size: 14px;
}
.white_link:hover, .white_link:active
{
	color: #EEEEEE;
	font-size: 14px;
	text-decoration: underline;
}

.gray_link:link, .gray_link:visited
{
	color: #666666;
	font-size: 14px;
}

.font16
{
	font-size: 16px;
	font-family: 黑体;
}
.font10
{
	font-size: 10px;
}
.divContent
{
	line-height: 180%;
	white-space: normal;
	word-break: break-all;
	margin: 6px;
}
.pager
{
	padding-top: 10px;
	text-align: right;
}
.articleTitleItem
{
	padding-left: 6px;
	background: url(imgs/dot.gif) no-repeat 0px 50%;
	white-space: nowrap;
}
a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}
a:hover, a:active
{
	color: #990000;
	text-decoration: underline;
}
.catalogDIV1
{
	text-align: center;
	background: url(imgs/18.png) no-repeat 1px 0px;
	width: 176px;
	height: 25px;
	line-height: 25px;
}
.catalogDIV2
{
	text-align: center;
	background: url(imgs/19.png) no-repeat 1px 0px;
	width: 176px;
	height: 25px;
	line-height: 25px;
}
.articleTitle
{
	background-image: url(imgs/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
.articleList
{
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.menu1
{
	text-align: center;
	width: 62px;
	height: 30px;
	background-image: url(imgs/6.gif);
	background-repeat: no-repeat;
	cursor: hand;
	color: #333333;
}
.menu2
{
	text-align: center;
	width: 62px;
	height: 30px;
	background-image: none;
	background-repeat: no-repeat;
	cursor: hand;
	color: #FFFFFF;
}


.tabsE ul
{
	float:left;
	list-style: none;
}
.tabsE li
{
	float:left;
	list-style: none;
}
.tabsE a:link
{
	text-decoration: none;
	color:#333;
}
.tabsE a:hover
{
	color: #000;
	text-decoration:underline;
}


