/* CSS Document */

body, table, td, input, option, textarea, select, a, title {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #0D0E0F;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
}

body {
	background-color: #1A2F44;
}

a {
	color: #0D0E0F;
	line-height: 18px;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}

.menu {
	font-size: 12px;
	color: #D1D5DA;
	text-decoration: none;
}
.menu:hover {
	color: #ffffff;
	text-decoration: underline;
}

.pro_link {
	color: #003399;
	text-decoration: underline;
}
.pro_link:hover {
	color: #cc0000;
	text-decoration: none;
}

.bottom_link {
	color: #ffffff;
	text-decoration: underline;
}
.bottom_link:hover {
	color: #ffffcc;
	text-decoration: none;
}



/* 字体大小 */

.14font {
	font-size: 14px;
}

.12font {
	font-size: 12px;
	color:9A9EA2
}
.bottom_font_ffffff {
	color:ffffff;
	line-height: 18px;
}

/* 高度 */

.17height{
	line-height: 17px;
}
.18height{
	line-height: 18px;
}

.20height{
	line-height: 20px;
}

.22height{
	line-height: 22px;
}

.24height{
	line-height: 24px;
	text-align: justify;
}

.28height{
	line-height: 28px;
}



/* 宽度 */

.328{
	width: 328px;
}
/* 颜色 */

.time_color{
	color: 000000;
}
