body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.body_text {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

td {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	
}

li {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover 
{
    color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited 
{
    color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #FE0100;
}

h1 {
	font-family: tahoma;
	font-size: 19px;
	color: #FE0100;
}



.navi {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	
}

.navi a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


