/* ----- LAST REVISED 12-18-03 ----------------------------------------------------- */

body {background-color: #FFFFFF;
      margin: 0em;
      margin-top: 0em;}

body, tr, td, p, input, ul, ol, li, pre {font-family: Arial, Helvetica, sans-serif;
                                         font-style: normal;
                                         font-weight: normal;
                                         font-size: 9pt;
                                         color: #000000;}
										 
li {list-style-type: square}

/*This is for those times when a table gets in the way of your css in Netscape*/
.fonts{font-family: Arial, Helvetica, sans-serif;
       font-style: normal;
       font-weight: normal;
       font-size: 8pt;
       color: #000000;}
	   

/* ------------------------ LINKS -------------------------------------------------- */

A:link {color: #3B3B6E; text-decoration: underline;}
A:visited {color: #3B3B6E; text-decoration: underline;}
A:active {color: #3B3B6E; text-decoration: underline;}
A:hover {color: #3B3B6E; text-decoration: underline;}

H3  {font-family: Arial, Helvetica, sans-serif;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 16pt;
	 color: #000000;}
H4  {font-family: Arial, Helvetica, sans-serif;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 12pt;
	 color: #000000;}

A.leftmenu {
        font-size: 8pt;
}

