body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
}

td,li {
	font-family: verdana;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 16px;
}


.body_text {
	font-family: verdana;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 16px;
}
a:link {
	color: #FE5200;
	text-decoration: none;
}
a:hover {
	color: #FE5200;
	text-decoration: none;
}

a:visited {
	color: #FE5200;
	text-decoration: none;
}


h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #FE5B0C;
}


.navi {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	height: 25px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	
}
.navi a:hover{
	color: #333333;
	text-decoration: none;
}

.navi a:visited{
	color: #333333;
	text-decoration: none;
}

.navi a:link{
	color: #333333;
	text-decoration: none;
}

