.topbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #006633;
	margin: 0px;
	height: 80px;
	width: 980px;
	position: relative;
	visibility: visible;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.toolbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 1000px;
	position: relative;
	visibility: visible;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	z-index: 2;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 980px;
	position: relative;
	visibility: visible;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	z-index: 1;
	text-align: left;
	vertical-align: top;
	background-position: top;
}
.lables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 980px;
	position: relative;
	visibility: visible;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	z-index: 1;
	text-align: left;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}

body {
	background-color: #eeeeee;
	background-image: url(../images/blkgrnstripe1.png);
}
.logo {
	color: #00FF00; 
	font-size: 36px;
}
.pageTitle {
	font-size: 36px
}
.contentHeading {
	color: #000000;
	font-size: 18px;
}
a:link { 
	color: #009933;
	text-decoration: none;
}
a:visited { 
	color: #009933;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	background-color: #CCFFCC;
	text-decoration: none;
}
a:active { 
	color: #00FF00;
}