﻿body
{
	font-size: 12px;
	font-family: Microsoft YaHei, Tahoma;
	letter-spacing: 1px;
	line-height: 120%;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

h1
{
	font-size: 24px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 12px;
}

table
{
	border-collapse : collapse;
}

caption
{
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	background-color: #92b7e1;
	border: solid 1px #92b7e1;
}

a:link,a:visited
{
	color: #000099;
	text-decoration: none;
}

a:active,a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

input
{
	font-size: 12px;
	font-family: Microsoft Yahei, Tahoma;
}

select
{
	font-size: 12px;
	font-family: Microsoft Yahei, Tahoma;
}

textarea
{
	font-size: 12px;
	font-family: Microsoft Yahei, Tahoma;
}

input.button
{
	border-width: 0px;
	background-image: url(../Images/bg_button.gif);
	background-repeat: no-repeat;
	width: 64px;
	height: 21px;
	cursor: pointer;
}

input.button-open
{
	border-width: 0px;
	background-image: url(../Images/bg_button-open.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
}