#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	width: 160px;
	padding: 10px;
	line-height: 16px;
}
#subnav a {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
	font-size: 11px;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a.selected {
	font-weight: bold;
	color: #0D8916;
	padding-left: 10px;
}
h2 {
	color: #FFE79E;
}
#content {
	color: #333333;
}
