BODY {
  color: black;
  background-color: #EEEED9;
  background: url(../Graph/frontbg.gif) fixed;
  border: 0em;
}

/* ----------------------------------------------- */
/* -- Text headings ------------------------------ */
/* -------------#FFFCE8-----------#FFFAF0----------------------- */

P, UL, OL, TD, ADDRESS{
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size: 9pt;
}

P.menu {
  text-align: center;
  line-height: 6pt;
font-size: 18pt;

}


ADDRESS{
padding-top: 50px;
font-size: 8pt;
color: gray;
text-align: right;
}

H1, H2, H3, H4 {
  font-family: sans-serif;
}

H1{
padding-top: 5px;
font-size: 12pt:
}

H2{
font-size: 12pt:
}

H3{
font-size: 10pt:
}

H4{
font-size: 10pt:
}

/* ----------------------------------------------- */
/* -- Links -------------------------------------- */
/* ----------------------------------------------- */

A:link { 
   text-decoration: none;
   font-style: strong;
			
}

A:visited {
  text-decoration: none;
   font-style: strong;
			
}

A:hover	{	
  text-decoration: underline;
   font-style: strong;
			color: #000000;
}	

