
/* all body text 9 pt */
body 	{font-size: 9pt;
	font-family: Arial, Helvetica, "sans-serif"; 
	text-align:left; 
	color: #000000; 	text-align:left; 
	background-color: #ffffff;}


h1, h2, h3, h4, h5, h6{font-family: Tahoma, Arial, Helvetica, "sans-serif"; 
		text-align:left; 
		color: #006633; 
		font-weight: bold;}

/* use FOE standard heading sizes */
h1 {font-size:16pt}
h2 {font-size:12pt}
h3 {font-size:11.5pt}
h4 {font-size:11pt}
h5 {font-size:10pt}
h6 {font-size:9pt}

/* use FOE standard colours */
.foegreen4 { color: #033 }
.foegreen3 { color: #063 }
.foegreen2 { color: #063 }
.foegreen1 { color: #093 }
.foegreen { color: #0C6 }
.black {  color: #666}
.white {  color: #fff}
a.white { color:#fff !important}
.bggreen1 {  background-color: #093}
.bggreen2 {  background-color: #063}
.bgwhite {  background-color: #fff}

/* link control */
a {text-decoration: underline;}
a:link {color: #063;}
a:active {color: black;}
a:visited {color: #063;}
a:hover {
	text-decoration: none;
	background: #B2E6B4;
}


