body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EAA445;
	margin: 0px;
	padding: 0px;
	background: #003300;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #7edcf5;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/*********header tags************************/

.h1 {
	font-family: Helvetica, serif;
	font-size: 13pt;
	text-decoration: none;
	color: #CBCC66;
	font-weight: normal;
	font-style: italic;
}
.h3 {


	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color:#CFCE62;
	font-weight: bold;
}

.text {


	font-family: Verdana,Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color:#EAA445;;
	
}
