body {
	margin: 0px;
	padding: 0px;
	background-color: #2D3736;
}
.body_text {
	font-family: arial;
	font-size: 12px;
	color: #F1F3F2;
	line-height: 16px;
}

td {
	font-family: arial;
	font-size: 12px;
	color: #F1F3F2;
}

li {
	font-family: arial;
	font-size: 12px;
	color: #F1F3F2;
}


a:link {
	color: #2D3736;
	text-decoration: none;
}

a:hover {
	color: #2D3736;
	text-decoration: none;
}

a:visited {
	color: #2D3736;
	text-decoration: none;
}


h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #2D3736;
}

.navi {
	font-family: arial;
	font-size: 12px;
	color: #2C3634;
	background-color: #DFE3E3;
	height: 25px;
	padding-left: 10px;
	margin: 5px;
	
}
