

<style type="text/css">

/* This sheet sets the following styles:
	 background: Purple Storm
  	 titles: purple
	 secondary titles: yellow
	links & active links: white
	visited links: light purple
	
 */



Font.font1 {color: purple; font-weight: bold;}
Font.font2 {color: "#ffff99"; font-weight: bold;}
Font.font3 {color: white; font-weight: bold;}
Font.small1 {color: "#ffffff"; font-weight: bold; font-size: 12px;}
Font.small12 {color: "#ffffff"; font-weight: bold; font-size: 14px;}
Font.small2 {color: yellow; font-weight: bold; font-size: 12px;}
Font.small3 {color: "#ffff99"; font-weight: bold; font-size: 12px;}
Font.small4 {color: "#3399ff"; font-weight: bold; font-size: 16px;}
Font.small5 {color: "#ffff99"; font-weight: bold; font-size: 18px;}
Font.small6 {color: "#ffffff"; font-weight: bold; font-size: 18px;}
Font.small7 {color: "#ffffff"; font-weight: bold; font-size: 16px;}
Font.small8 {color: yellow; font-weight: bold; font-size: 22px;} 
Font.small9 {color: "#ffffff"; font-weight: bold; font-size: 17px;}
Font.small10 {color: "#ffffff"; font-weight: bold; font-size: 15px;}
Font.small11 {color: "#ffff99"; font-weight: bold; font-size: 17px;}
A:link { font-family: serif; font-size: 15px; font-weight: bold; 
	   text-decoration: underline; color: "#ffffff"; }
A:visited { font-family: serif; font-size: 15px; 
       font-weight: bold; font-style: normal; text-decoration: underline;  color: "#ffff99";  font-weight: bold;}
A.inactive {font-family: serif; font-size: 15px;  font-weight: bold;
	   text-decoration: none; color: white;}

A.submenu:link { font-family: Serif; color: white;  
		font-size: 14px; font-weight: 700; text-decoration: underline; }
A.submenu:visited { font-family: Serif; color: "#ffff99"; 
		   font-size: 14px; font-weight: 700; text-decoration: underline; }
A.inactiveSub{font-family: Serif; color: white; 
		  font-size: 14px; font-weight: 700; text-decoration: none;}
A.seeAll:link { font: italic; font-family: Serif; color: white;  ;
		   font-size: 14px; font-weight: 700; text-decoration: underline; }
A.seeAll:visited { font: italic; font-family:  Serif; color: "#ffff99"; 
		   font-size: 14px; font-weight: 700; text-decoration: underline; }
A.footer:link { font-family: Serif; color: white;  ;
		   font-size: 12px; font-weight: 700; text-decoration: underline; }
A.footer:visited { font-family: Serif; color: "#ffff99"; 
		   font-size: 12px; font-weight: 700; text-decoration: underline; }

TABLE { color: white; font-weight: bold;}
H1 {  color: "#ffcc00";}
H2 {  color: "#ffffff"; }
H3 { color: "#ffffff"; }
BODY { font-family: Serif; font-size: 13px; font-color: white;}
P {font-family: serif; font-size: 15px; color: white; font-weight: bold;}

HR { WIDTH:"100%"; color: yellow; text-align: left; }


