@charset "utf-8";
/* CSS Document */


a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #990000;
}

body {
	margin:0;
	background:url(imgs/bg.jpg) #FFFFFF top repeat-x;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	}
.index_content {
	padding:10px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:center;
	line-height:20px;
	}
.index_content2 {
	padding-top:10px;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	line-height:20px;
	}
.index_content3 {
	padding-top:10px;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	line-height:20px;
	}
.table_dot {
	border-bottom:dotted 1px #CCCCCC;
	}
.title {
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	border-bottom:dotted 1px #CCCCCC;
	}
.table_title {
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	}
.table_border {
	border-left:dotted 1px #000000;
	}
.content {
	padding:10px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	}
