



h1           { font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
               font-size: 12pt; 
			   line-height: 10pt;
	           font-weight : bold;			    			    
               color: #555555; 
			   background-color: transparent; 
			   text-decoration: none; 
			   text-align: center; }			   

h2           { font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
               font-size: 10pt; 
			   line-height: 10pt;
	           font-weight : bold;			    			    
               color: #666666; 
			   background-color: transparent; 
			   text-decoration: underline; 
			   text-align: left; }
			   
p            { font-family: Comic Sans MS, Arial, Helvetica, Sans-Serif;
               font-size: 9pt;
	           line-height: 10pt;			   
			   color: #666666;
			   background-color: transparent;
			   text-align: justify; }			   
			   
a:link       { font-family: Comic Sans MS, Arial, Helvetica, Sans-Serif; font-size: 10pt; color: 
               #ff6633; font-weight : bold; cursor: pointer;}			   
a:visited    { font-family: Comic Sans MS, Arial, Helvetica, Sans-Serif; font-size: 10pt; color: 
               #ff6633; font-weight : bold }
a:hover      { font-family: Comic Sans MS, Arial, Helvetica, Sans-Serif; color: #555555; background-color: 
               transparent; font-weight: bold; text-transform: none; text-decoration: none; 
			   cursor: pointer }

a.one:link     {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	color: #555555;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	font-weight : normal;
}
a.one:active     {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	color: #555555;
	background-color: transparent;
	text-decoration: underline;
	cursor: pointer;
	font-weight : normal;
}
a.one:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: #555555;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	font-weight : normal;
}
a.one:hover      { 
    font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 7pt; 
	color: #ffff00;
    background-color: black; 
	font-weight: normal; 
	text-decoration: none; 
	cursor: pointer 
}				   			   
