
body {
	font-size: 12px;
 	font-family :  Arial, Verdana, Helvetica, sans-serif;
}

td {
	font-size: 12px;
 	font-family :  Arial, Verdana, Helvetica, sans-serif;
}

img {
	border:0;
}


#DonutTable {
	width:400px;  
	text-align:center;
	margin:0 auto;
}

#DonutTable TD{
	text-align:center;
	padding: 8px;
	vertical-align: top ;
	font-size:12px;
	font-weight: bold;
}

#LeftBar {
	width:175px;background-color:#FFFFFF;vertical-align:top;
}

#LeftMenu {
	font-family: Arial, Helvetica, sans-serif;
}

#LeftMenu TD{
	font-size:14px;
}


#LeftMenu A {
	color: black;
	font-weight: normal;
	text-decoration:none;
}

#LeftMenu A:hover {
	text-decoration:underline;
}

#LeftMenu .LeftNavOff {
	background-color:#EFEFE0;
	border: #000000 solid;
	border-width: 1px 1px 1px 1px;
	padding:4px;
}

#LeftMenu .LeftNavOn {
	background-color:#DDDDDD;
	border: #000000 solid;
	border-width: 1px 1px 1px 1px;
	padding:4px;
}

 

ul {
	display:inline;
	list-style-type: none;
	padding-bottom:0px;
	margin-bottom: -2em;
}

li {
	padding-bottom:2px;
	padding-left:1em;
	width: 160px;
	padding-top: .5px;
	border-bottom: 1px solid #BFBDB8;
	margin-bottom: 1em;
	margin-top: -.5em;
	margin-left:-1em;

} 

.border {
	border:1px #DDD solid;
	padding:2px;
}