@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003300;
}
body {
	background-image: url(../images/bkdrpgrn.jpg);
	background-repeat: repeat;
	margin-top: 5px;
}
a:link {
	color: #CC6633;
}
a:visited {
	color: #CC6633;
}
a:hover {
	color: #999966;
}
a:active {
	color: 996666;
}
h1 {
	font-size: 14px;
	color: #CC6633;
	font-weight: bold;
	line-height: 1.5em;
}
h2 {
	font-size: 16px;
	color: #993300;
	font-weight: bolder;
}
.backtext {
	font-size: 9px;
	color: #999999;
}
.sidebar {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003300;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003300;
	padding-left: 5px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.highlight {
	color: #000033;
	font-weight: bold;
}
.breadcrumb {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.web-title {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}
