@charset "utf-8";
body {
	background-color: #000000;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.title_1 {
	background-color: #6F63B0;
	text-align: left;
	margin:10px 10px 0px 0px;
	padding: 5px;
	background-image: url(../img/title_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.padding10{padding:10px;}
.right{text-align:right;}
.left{text-align: left;}
.clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
.float_left{
	float:left;
	margin: 0 10px 10px 0;
}
.float_right{
	float:right;
	margin: 0 0 10px 10px;
}
.float_left2{
	float:left;
	margin: 10px;
}
.footer_left{
	float:left;
	margin: 10px;
	text-decoration: none;
}

.right_col {
	float: left;
	width: 450px;
	margin: 10px;
}
.top_link{
	list-style:none;
	border:none
}
