.text {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #656565;
	text-decoration: none;
}
.textPad {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #656565;
	text-decoration: none;
	padding: 20px;
}
.textPad2 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #656565;
	text-decoration: none;
	padding: 13px;
}
.textHeader {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2d5d32;
	text-decoration: none;
}
.textHeader2 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2d5d32;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2d5d32;
	text-decoration: none;
}
a:visited { 
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2d5d32;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2d5d32;
	text-decoration: underline;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2d5d32;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
ul.cats {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 0.9em;
	width: 170px;
}
ul.cats li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #656565;
}
ul.cats a:link, ul.cats a:visited, ul.cats a:active {
	background: #fff url(images/bullet.gif) no-repeat 0 4px;
	padding: 4px 0px 4px 15px;
	color: #656565;
	text-decoration: none;
	display: block;
}
ul.cats a:hover{
	background: url(images/bullet_over.gif) no-repeat 0 4px;
	color: #2d5d32;
	text-decoration: underline;
	display: block;
}
ul.cats  li.here {
 	font-weight: bold;
}
ul.cats  li.sidenavheader {
	width: 170px;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 2px 15px;
	color: #ffffff;
	background: #226699;
 	font-weight: bold;
 	font-size: 0.9em;
 	text-transform: uppercase;
 	letter-spacing : -1px;
}