body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#F1F0ED;
}
a {
	color:#660000;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color:#990000;
	background-color:transparent;
	text-decoration:underline;
}
h1 {
	font-size:12px;
	margin:0 0 10px 0;
	background-color: transparent;
	color: #990000;
}
h2 {
	font-size:11px;
	margin:0 0 10px 0;
	background-color: transparent;
	color: #990000;
}
p {
	margin:0 0 20px 0;
	line-height: 25px;
	text-align: justify;
}
#page {
	width:730px;
	padding:20px;
	margin:0;
	overflow-y:hidden;
	overflow-x:hidden;
	scrollbar-face-color:#FFFFFF;
}
#top {
	margin: 0;
	width: 100%;
}
#main {
	float: left;
	width: 100%;
	margin: 0;
	height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:0 20px 0 0;
}
#paging {
	margin:10px 0 20px 0;
	float:left;
	width:100%;
	padding: 0;
}
#paging a {
	color:#990000;
	background-color:transparent;
	text-decoration:none;
}
#paging a:hover {
	color:#990000;
	background-color:transparent;
	text-decoration:underline;
}
#home {
	position:absolute;
	top:22px;
	left:23px;
	width:13px;
	height:12px;
}
.label {
	width:50px;
	float:left;
}
.label2 {
	width:160px;
	float:left;
	font-weight:bold;
}
.label3 {
	width:100px;
	float:left;
}
.title {
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px 0;
	text-align: center;
	background-color: #E1E1E1;
	color: #000000;
	width:100%;
	float:left;
}
.title2 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 20px 0;
	text-align: center;
	background-color: #DDDDDD;
	color: #000000;
	width:100%;
	float:left;
}
.text1 {
	font-size:10px;
}
.block {
	margin:0 0 0 50px;
}
.block2 {
	margin:20px 0 0 0;
}
.fld {
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.btn {
	font-size: 11px;
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	color: #333333;
	cursor:pointer;
}
.btn:hover {
	background-color: #E2E2E2;
	border: 1px solid #CCCCCC;
	color: #333333;
}
.borderout {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.borderin {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.borderout2 {
	border-right: 1px solid #CCCCCC;
}
.borderin2 {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.links {
	margin:5px 0 0 0;
}
.link {
	background-color: #E2E2E2;
	border: 1px solid #D2D2D2;
	color: #990000;
	text-decoration: none;
}
.link:hover {
	background-color: #E2E2E2;
	border: 1px solid #A77878;
	color: #990000;
	text-decoration: none;
}
