DIV.nav { font-size: 9pt; color: black; font-family: Arial, Sans-Serif; font-weight: normal; text-decoration: none; }
A.nav { font-size: 9pt; color: black; font-family: Arial, Sans-Serif; font-weight: normal; text-decoration: none; }
A.nav:visited { color: black; }
A.nav:hover { color: green }


DIV.navblue { font-size: 9pt; color: blue; font-family: Arial, Sans-Serif; font-weight: normal; text-decoration: none; }
A.navblue { font-size: 9pt; color: blue; font-family: Arial, Sans-Serif; font-weight: normal; text-decoration: none; }
A.navblue:visited { color: blue; }
A.navblue:hover { color: green }
    

#sidebar h2 {
	margin: 10px 0 0 0;
	padding:2px;
	font-size: 1em;
	color: #000000;
	text-align:center;
	background:url(sidenav_br_top.jpg) no-repeat center;
	border:#ccc 0px solid;
	height:22px;
	font-weight:bold;
}

#sidebar h3 {
	margin: 10px 0 0 0;
	padding:2px;
	font-size: 1em;
	color: #000000;
	text-align:center;
	background:url(sidenav_br_top.jpg) no-repeat center;
	border:#ccc 0px solid;
	height:22px;
	font-weight:normal;
}


#sidebar ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 0.9em;	
	padding-bottom:1em;
	/*background:#CCC url(img/sidenav_bottom.jpg) no-repeat bottom;*/
	border:#B0B0B0 1px solid;
	border-top:#f3f6ed 1px solid;
}
