/* begin body type */
BODY {
	font-size: 		1em;
	margin-top: 	10px;
	margin-left: 	20px;
	margin-right: 	20px;
	margin-bottom: 	10px;
}
table, tbody, tr, td {
	font-size:		1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Arial, sans-serif;
	font-size-adjust:	.58;
}

/* begin header type */

h1 {
	font-family: 	Arial, sans-serif;
	color: 		#009900;
	font-size:		2.0em;
	font-weight:	600;
	font-style:		normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

H2 {
	font-family: 	Arial, sans-serif;
	color: 		#009900;
	font-size:		1.55em;
	font-weight:	600;
	font-style:		normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

H3 {
	font-family: 	Arial, sans-serif;
	color: 		#009900;
	font-size:		1.40em;
	font-weight:	600;
	font-style:		normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H4 {
	font-family: 	Arial, sans-serif;
	color: 		#009900;
	font-size:		1em;
	font-weight:	bold;
	font-style:		normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
hr {
	visibility: 		visible;
}

/* links */

a:link	{	
	text-decoration:	none;
	font-weight:	normal; 
	color:		#009900;
}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	none;
	color:		#009900;
}	
		
a:active	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:		#009900;
}	
		
a:hover	{	
	text-decoration:	underline;
	color:		#0000FF;
}

/*all the rest */
b	{
	font-weight:	bold;
}
	
i	{
	font-style:		italic;
}
hr	{	
	color:		 #009900;
}

ul {
	color: 		#006600;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	12px;
}

li {
	color: 		#006600;
	margin-top:	0px;
	margin-right: 	0px;
	margin-bottom: 	12px;
}
p {
	font-family: 	Arial, Helvetica, Verdana;
	font-size: 		12pt; 
}
