@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #EDEDED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}


.greenbar-menu {
	font-size: 10px;
	text-align: left;
	text-indent: 30px;
	height: 30px;
	vertical-align: middle;
}
.greenbar-menu a:link {
	color: #996600;
	text-decoration: underline;
}
.greenbar-menu a:visited {
	color: #996600;
	text-decoration: underline;
}
.greenbar-menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.greenbar-menu a:active {
	color: #996600;
	text-decoration: none;
}

.sidebar-menu {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: ;
}
.sidebar-menu a:link {
	color: #000000;
	text-decoration: none;
}
.sidebar-menu a:visited {
	color: #7DC318;
	text-decoration: none;
}
.sidebar-menu a:hover {
	color: #6D8E40;
	text-decoration: none;
}
.sidebar-menu a:active {
	color: #7DC318;
	text-decoration: none;
}
.maincontent {
	padding: 5px;
}
.h1format {
	font-size: 12px;
	font-weight: bold;
}
.maintabletitles {
	font-weight: bold;
	background-color: #E9F0D5;
	border: 1px solid #A7D062;
	padding: 5px;
}
.maintablebodies {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A7D062;
	border-bottom-color: #A7D062;
	border-left-color: #A7D062;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	height: 250px;
}.smalltext {
	font-size: 10px;
}
.bigtext {
	font-size: 18px;
}
