﻿/* CSS Document */
body
{
	margin: 0px;
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #cc0000;
}
.FontWhite {
	font-weight: bold;
	color: #FFFFFF;
}
.font1
{
	color: #FF9900;
}
.font2
{
	color: #ffffff;
}
.font3
{
	color: #ff0000;
}
.font4
{
	color: #ffffff;
	font-weight: bold;
}
.font5
{
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}
.font6
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.font7
{
	color: #CCCCCC;
}
.font8
{
	font-size: 12px;
}
.biaoti
{
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}
.input1
{
	width: 150px;
	height: 18px;
	border: 1px #cccccc solid;
}
.input2
{
	width: 80px;
	height: 18px;
	border: 1px #cccccc solid;
}
.input3
{
	width: 120px;
	height: 13px;
	border: 1px #e3e5e7 solid;
	background-color: #999999;
}
.input4
{
	width: 150px;
	height: 14px;
	border: 1px #cccccc solid;
}
.input5
{
	width: 35px;
	height: 18px;
	border: 1px #cc0000 solid;
	background-color: #ff6600;
	color: #FFFFFF;
}
.duanluo
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
}
a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	color: #cc0000;
}
a:active
{
	text-decoration: none;
	color: #cc0000;
}
table, td, tr, th
{
	font-size: 12px;
}
#Main
{
	width: 1000px;
	margin: 0 auto;
	background-color: White;
}
#bottom
{
	border-bottom: solid 2px #cc0000;
	border-top: solid 2px #cc0000;
	margin-bottom: 1px;
	width: 1000px;
}
#MainLeft
{
	width: 250px;
	float: left;
	border: solid 1px #cc0000;
}
.buttoncss { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1;
}

.Myinput
{
	font: smallcaption;
	color: #0000ff;
}