.large
  { 	font-size: 12pt; 
  }
.largebold 
  { 	font-size: 12pt; 
	font-weight: bold
  }
.larger 
  { 	font-size: 14pt; 
  }

.Initcap 
  { 	font-size: 16pt; 
	font-weight: bold
  }

body, p, th, td 
  {  	font-family: Arial, Helvetica, sans-serif; 
	color:#993300;
	font-size: 10pt
  }
body.largebold, p.largebold, th.largebold, td.largebold, a.largebold 
  {  
	font-size: 12pt; 
	font-weight: bold
  }
a {  	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color:#336600;
	text-decoration: none 
  }
  a:hover{  	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color:#ff9966;
	text-decoration: none 
  }


