div, li, td {
	font-size: 12px;
	color: #383B3B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: 2B5C7C;
}
img {
	border: none;
}

/* START: nav styles */
.navLevel0 {
	border-top: dotted 1px #CCCCCC;
	margin: 4px 0px;
	font-size: 1px;
}
.navLevel0 a {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin: 4px 4px;
	text-decoration: none;
}
.navLevel0 a.on {
	color: black;
	cursor: default;
}
.navLevel1 {
	margin: 0px 0px 0px 20px;
	background-color: #F2EEE4;
	font-size: 1px;
	border: solid 1px white;
}
.navLevel1 a {
	display: block;
	font-weight: normal;
	font-size: 10px;
	margin: 3px 4px;
	text-decoration: none;
}
.navLevel1 a.on {
	font-weight: bold;
	cursor: default;
}
.navLevel2 {
	margin: 0px 0px 0px 40px;
	background-color: #F2EEE4;
	font-size: 1px;
	border: solid 1px white;
}
.navLevel2 a {
	display: block;
	font-weight: normal;
	font-size: 10px;
	margin: 3px 4px;
	text-decoration: none;
}
.navLevel2 a.on {
	font-weight: bold;
	cursor: default;
}
/* END */
