/* CSS Document */
A {
  COLOR: #003366; 
  FONT: 10pt "Arial"; 
  TEXT-DECORATION:none;
  font-weight: bold;
 }

a:hover {
  color: #996600;
  FONT: 10pt "Arial";
  TEXT-DECORATION:none;
  font-weight: bold;
 }
 
A.menulink1 {
  COLOR: white; 
  FONT: 10pt "Arial"; 
  TEXT-DECORATION:none;
  font-weight: bold;
 }

a.menulink1:hover {
  color: #996600;
  FONT: 10pt "Arial";
  TEXT-DECORATION:none;
  font-weight: bold;
 }
  

	
BODY {

	FONT: 10pt "Arial";
	TEXT-DECORATION: NONE;
	color: black;
	font-weight: none;
	background-color: ;
} 

TABLE { 
 FONT: 10pt "Arial";
 color: black;
 TEXT-DECORATION: NONE;
 font-weight: none; 
 } 

h1 {color: #000000; FONT: 12pt Arial;  	TEXT-DECORATION: NONE; font-weight: bold;color:#003366}
h2 {color: #000000; FONT: 11pt Arial;  	TEXT-DECORATION: NONE; font-weight: none;color:#003366}
h3 {color: #000000; FONT: 48pt Arial;  	TEXT-DECORATION: NONE; font-weight: none;color:#003366}
h4 {color: #000000; FONT: 30pt Arial;  	TEXT-DECORATION: NONE; font-weight: none;color:#003366}
h5 {color: #000000; FONT: 36pt Arial;  	TEXT-DECORATION: NONE; font-weight: none;color:#003366}
style1 {color: #000000; FONT: 30pt Arial;  	TEXT-DECORATION: NONE; font-weight: none;color:#003366}
style2 {color: #000000; FONT: 36pt Arial;  	TEXT-DECORATION: NONE; font-weight: none;color:#003366}
style3 {color: #000000; FONT: 36pt Arial;  	TEXT-DECORATION: NONE; font-weight: none;color:#003366}

}


