body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #000000;
}

ul{margin-left:0px; padding-left:25px;}

li{ padding-top:3px; margin:0px;}

.main{
	text-align:justify;
	font-size:12px;
	padding:2px;
}

.footer{
	color:#999999;
	font-size:12px;
}

a.footer:link, a.footer:visited, a.footer:active {
	color:#999999;
	font-size:12px;
}

a.footer:hover {
	color:#ffffff;
	font-size:12px;
}

.td_brdr_main{
	background-color:#e5e5e5;
	border: 2px solid #363636;
	height:387px;

}

.head{
	font-size:24px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F35E0E;
}

.head4{
	font-size:24px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8eb101;
}

.head2{
	font-size:24px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffbf00;
}

.head3{
	font-size:24px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0087d3;
}

a.main:link, a.main:active, a.main:visited{
	font-size:16px;
	font-weight:bold;
	color:#0000FF;
	background-color:#CCCCCC;
	display:block;
	width:150px;
	text-align:center;
	border: 1px solid #333333;
}
a.main:hover{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background-color:#666666;
	display:block;
	border: 1px solid #333333;
}