/* CSS Document */
body {
	background-color:#000000;
	margin:0px;
	background-image:url(line-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
body,td,th {
	font-family:Arial;
	font-size:11px;

}
.header_index {
	background-image:url(header.gif);
	height:370px;
	background-repeat:no-repeat;
}
.border_content {
	border: 1px solid #808080;
	background-color:#EFEFEF;
}
.border_lr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #808080;
	border-left-color: #808080;
	width: 850px;
}
.content {
	padding:10px;
	text-align:justify;
	color:#666666;
}
.space {
	height:12px;
	width:17px
}
.textline {
	text-decoration:underline;
	color:#9933CC;
}
.title {
	color:#000000;
}
.footer {
	font-size:9px;
	color:#FFFFFF;
	line-height:25px;
	text-align:right;
	padding-right:40px;
}
