/* green colors light #408080, med #2F5B5B, dark #1D3838 */
/* orange colors light #EFBB50, dark #ED6A3F */


body {
	background-color: White;
}
h1 {	font-size: large; color: #408080; font: Georgia;font-weight: bold}
h2 {	font-size: medium; color: #ED6A3F; font: Georgia;}

/* a {text-decoration: none; color:#408080} */
a {text-decoration: none}

a:link {color: #408080;font-weight: bold;}
/* a:visited {color: rgb(236, 118, 0);} */
a:visited {color: #408080;font-weight: bold;}
/* a:hover {font-weight: bold;} */
a:hover {text-decoration: underline;color: #ED6A3F} 
/* a:active {color: rgb(255, 204, 0);} */

.green {color: #408080;}
.fontgreen {color: #408080;}
.greenborder {color: #408080;}
.orange {color: #ff5900;}
.fontorange {color: #ff5900;}
.boldorange {color: #ff5900; font-weight:bold} /* was #ED6A3F */
.orangeborder {border-width: 1; border-color: #ff5900;border-style: solid}
.color3 {color: #408080;}
.color4 {color: #EB9E49;}
.font1 {font:Georgia;}
.bgcolor {
	background-color: #408080;
}
}
.header {
	font-size: 24pt;
	color: #408080;
	font-weight: bold;
	font-style: italic;
}
.sectionheader {
	font-size: medium;
	color: #EFBB50;
	font-weight: normal; font-style:normal; font-variant:normal
}