﻿/*全局样式*/
body {
	margin: 0px;
	color: #666666;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-highlight-color: #dddddd;
	scrollbar-face-color: #f4f4f4;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-dark-shadow-color: #eeeeee;
	scrollbar-base-color: #efefef;
}
body, td, input, select, textarea {
	font-size: 9pt;
}
a:link {
	text-decoration: none;
	color: #04436a;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #ff3600;
}
select, textarea
{
	color: #095788;
	background-color: #f5fbff;
	font-weight: bold;
	border: 1px solid #333333;
}

img {
	border:0px;
}
