body {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
background-color:#013301;
}

h1 {font: bold 20px verdana; color:013301;}
h2 {font: bold 16px verdana; color:000000;}

.text { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: verdana}

/* styles for text link with no defined style */
/*a, a:visited {color:E96A2E; text-decoration:underline;} */
a:hover {text-decoration:none;}

/* styles for text link with dark green background */

div.darkgreenbg {
	font-size: 11px;
	font-family: verdana;
	color: #ffffff;
}
div.darkgreenbg a, div.darkgreenbg a:visited {
	font-size: 11px;
	font-family: verdana;
	text-decoration:underline;
	color: #A9C2E7;
}

div.darkgreenbg a:hover { 
	color: #A9C2E7;	
	text-decoration: none;
}

/* styles for text link with light green background */

div.lightgreenbg {
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
div.lightgreenbg a, div.lightgreenbg a:visited {
	font-size: 12px;
	font-family: verdana;
	text-decoration:underline;
	color: blue;
}

div.lightgreenbg a:hover { 
	color: blue;	
	text-decoration: none;
}

/* styles for text link with light green background */

div.whitebg {
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
div.whitebg a, div.whitebg a:visited {
	font-size: 12px;
	font-family: verdana;
	text-decoration:underline;
	color: blue;
}

div.whitebg a:hover { 
	color: blue;	
	text-decoration: none;
}

.process, .process:visited {color: white; text-decoration:none}
.process:hover {color:yellow;text-decoration:none}

#menu{
	background-color:#084D10;
	padding-left: 10px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size:12px;
	padding-top: 0px;
}

#menu ul li {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu ul li a {
	color: #ADBEA5;
	font-weight: bold;
	padding: 1px 10px;
	text-decoration: none;
	border-left:solid #FFF 1px;
}

#menu ul li a:hover {
	color: #000;
	background-color: #FF9900;
	padding: 1px 10px;
}
.style2 {
	font-size: 20pt;
	font-weight: bold;
}
.style3 {
	color: #CE0000;
	font-weight: bold;
	font-size: 20pt;
	text-decoration:underline;
}
.greytext{
	font-size: 18pt;
	color: #787878;
	font-weight: bold;
}
.style6 {font-weight: bold}
.style7 {color: #B90F04}
.style10 {font-size: 20pt; text-decoration:underline; color: #CE0000;}
.style11 {color: #CE0000; text-decoration: underline;}
.style13 {color: #B90F04; font-weight: bold; }
.style14 {color: #B90F04; font-weight: bold; font-size: 24pt;}

