/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family: "Arial", "Helvetica", "sans-serif";font-size: 9pt;line-height: 130%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* ==自选风格中的css定义结束== */
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.foot {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
a:active {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.search {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	background-color: #272727;
	border: 1px solid #272727;
	height: 15px;
	width: 200px;
}
.search_a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	background-color: #333333;
	border: 1px solid #272727;
	height: 15px;
	width: 200px;
}
.search_bot {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px ridge;
	background-color: #DDDDDD;
}
.main_td {
	background-repeat: no-repeat;
}
.login {
	height: 15px;
	width: 80px;
	border: 1px solid #000000;
}
.title {
	font-size: 12px;
	font-weight: normal;
}
.titleblack {
	font-size: 12px;
	font-weight: bold;
}
.title2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";

}
.votebutton {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: thin solid #999999;
	font-size: 9pt;
	height: 18px;
}
.search1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 15px;
	width: 100px;
}