/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-color: #E7F4D3;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	font-style: normal;
}

b {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
}

h1 {  font-size: 17px; color: #5E6E30; font-weight: bold}
h2 {  font-size: 15px; color: #5E6E30; font-weight: bold}
h3 {  font-size: 14px; color: #5E6E30; font-weight: bold}
h4 {  font-size: 13px; color: #5E6E30; font-weight: bold}
h5 {  font-size: 10px; color: #FFFFFF; font-weight: normal}
h6 {  font-size: 10px; color: #748A42; font-weight: bold}

table {
	font-size: 11px;
}

/* Home Page Styles */
table.portal {	
	border: 1px solid black;
}

table.portal th {
	background-color:#000000;
	height: 35px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bolder;
	text-align:center;
}

/* Be sure to set the HEIGHT here to the portal TABLE Height - the portal TH height */
table.portal td {
}

a { color: #076DA0; }


.menu_hl {
	background-color: #98AF54;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #374511;
	line-height: 20px; }
	
table.static {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #555555; background-color: #E7F4D3}

div.homepage * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal !important;
}
