.red12     { font-size:12pt;
			 font-weight:bold;
		     font-family:Garamond;
		     color:#ff0000;
		     text-align:left;
			}

.blue12     { font-size:12pt;
			 font-weight:bold;
		     font-family:Garamond;
		     color:#0000cc;
		     text-align:left;
			}	
					
.red14     { font-size:18pt;
			 font-weight:bold;
		     font-family:Garamond;
		     color:#ff0000;
		     text-align:left;
			}

.blue14     { font-size:14pt;
			 font-weight:bold;
		     font-family:Garamond;
		     color:#0000cc;
		     text-align:left;
			}	

.brown10    { font-size:10pt;
			  font-family:Garamond;
		      color:#cc3300;
		      text-align:left;
			}	
		        
P  {}

A { font-size:10pt;
    color:blue;
	}
		   		 
P  {}

H1  {}

H2  {}

H3  {}

A:Visited  {
	color : #00008B;
    font-size:10pt;
}

A:Active  {
	color : blue;
    font-size:10pt;
}

A:Hover  {
	color : Purple;
    font-size:10pt;
}


BODY  {
	font-family : Helvetica;
	font-size : 10pt;
	background-color : White;
}

