H1 {Text align: center;
	color:#009966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
        border-bottom: 1px solid #006363; 
}

H2 {Text align: center;
	color:rgb(139,101,8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: italic;
	line-height: .7;
	font-weight: norma;
	font-variant: normal;
	text-decoration: none; 
        letter-spacing: normal;
        word-spacing: normal;
}

H3 {Text align: center;
	color:#009966 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none; 
        letter-spacing: normal;
        word-spacing: normal;

}
H4 {Text align: center;
	color:rgb(139,101,8) ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none; 
        letter-spacing: normal;
        word-spacing: normal;
}

BODY {Text align: left;

	color:rgb(139,101,8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-style: normal;
	line-height: .9;
	font-weight: normal;
	font-variant: normal;
        text-decoration: none; 
        letter-spacing: normal;
        word-spacing: normal;
}


TBODY {Text align: left;

	color:rgb(46,139,87);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none; 
        letter-spacing: normal;
        word-spacing: normal;
}

Note
 {Text align: left;

	color: rgb(139,101,8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none; 
        letter-spacing: normal;
        word-spacing: normal;
}

marquee
 {Text align: left;

	color: rgb(139,101,8);
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none; 
        letter-spacing: normal;
        word-spacing: normal;
}

/**************** Pseudo classes ****************/ 
:link { 
color: #009966; 
text-decoration: underline; 
font-weight: bold; 
} 
li :link { 
color: #009966; 
text-decoration: none; 
font-weight: bold; 
} 
:visited { 
color: rgb(139,101,8); 
text-decoration: underline; 
font-weight: bold; 
} 
li :visited { 
color: #009966; 
text-decoration: none; 
font-weight: bold; 
} 
:hover { 
color: rgb(105,139,105); 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 

li :hover { 
display: block; 
color: rgb(139,101,8); 
padding-bottom: 2px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: rgb(139,134,78); 
} 

:active { 
color: rgb(105,139,105); 
font-weight: bold; 
} 

