/* General style sheet */

 BODY {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, san-serif;
}
 H1 {font:22pt Arial;color:#333399;font-weight:bold;}
 H2 {font:18pt Arial;color:#333399;font-weight:bold;}
 H3 {font:14pt Arial;color:#333399;font-weight:bold;}

/* :link { color: #60c0ff }    */ /* for unvisited links */
/* :visited { color: #40ffff } */ /* for visited links */
/* :hover { color: #ffffff }   */ /* when mouse is over link */ 
/* :active { color: #00ffff }  */ /* when link is clicked */

.header {
	font-size: 14pt;
	color: #CC0033;
	font-weight: bolder;
}

.small {
	font-size: 9pt;
}
