﻿body {
	font-family: "����";
	font-size: 9pt;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: "#F7F7F7";
}

input {
	border: 1px solid #BDBDBD;
	height: 19px;
}

input.button {
	BORDER-RIGHT: #7b9ebd 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #7b9ebd 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 12px;
	FILTER: progid : DXImageTransform . Microsoft .
		Gradient(GradientType = 0, StartColorStr = #ffffff, EndColorStr =
		#cecfde);
	BORDER-LEFT: #7b9ebd 1px solid;
	CURSOR: hand;
	COLOR: black;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #7b9ebd 1px solid;
	height: 22px;
}

.button_mouseover {
	BORDER-RIGHT: #7b9ebd 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #7b9ebd 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 12px;
	FILTER: progid : DXImageTransform . Microsoft .
		Gradient(GradientType = 0, StartColorStr = #ffffff, EndColorStr =
		#EAEBF2);
	BORDER-LEFT: #7b9ebd 1px solid;
	CURSOR: hand;
	COLOR: black;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #7b9ebd 1px solid;
	height: 22px;
}

select {
	width: 120;
	margin: -2px;
}

table {
	font-family: "����";
	font-size: 9pt;
	border-collapse: collapse;;
	empty-cells: show;
}

td {
	font-family: "����";
	font-size: 9pt;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #666699;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: none;
	/*background: #FFFFFF;*/
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF9933;
}

a img {
	border-width: 0;
}

.header {
	color: #ffffff;
	font-family: ����;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.header:link {
	font-family: "����";
	color: #000000;
	text-decoration: none;
}

.table-center {
	color: #076A8E;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.td01 {
	color: #076A8E;
	text-align: center;
	font-weight: bold;
}

.td03 {
	color: #076A8E;
	text-align: left;
	font-weight: bold;
}

.td02 {
	text-align: center;
}

.select {
	border: 1px solid #BDBDBD;
	height: 19px;
	overflow: hidden;
	width: 118px;
}

.div01 {
	margin: 0px;
	padding: 0px;
	float: left;
}

.div02 {
	margin: 1px;
	padding: 6px;
	float: left;
}

.div03 {
	margin: 0px;
	padding: 17px;
	float: left;
}
pre {
	white-space:pre-wrap;/*css-3*/ 
	white-space:-moz-pre-wrap;/*Mozilla,since1999*/ 
	white-space:-pre-wrap;/*Opera4-6*/ 
	white-space:-o-pre-wrap;/*Opera7*/ 
	word-wrap:break-word;/*InternetExplorer5.5+*/
	white-space : normal;
} 