body {
	margin: 0px;
	padding: 0px;
	background-color: #5B686A;
}

.body_text {
	font-family: arial;
	font-size: 12px;
	color: #4E585A;
	line-height: 16px;
}

td {
	font-family: arial;
	font-size: 12px;
	color: #4E585A;
	line-height: 16px;
}

li {
	font-family: arial;
	font-size: 12px;
	color: #4E585A;
	line-height: 16px;
}

a:link {
	color: #40484A;
	text-decoration: none;
}

a:hover 
{
    color: #40484A;
	text-decoration: none;
}

a:visited 
{
    color: #40484A;
	text-decoration: none;
}

h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #596466;
}


.navi {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	height: 25px;
	padding-left: 20px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED4D4;
	
}
.navi a{
	color: #FFFFFF;
	text-decoration: none;
}
