a        { font-family: verdana, sans-serif;
		   font-size: 10pt;
		   color: #0099FF; 
		   font-weight:bold; 			   
		   margin-top:6; margin-bottom:6 
			   }
a:active        { font-family: verdana, sans-serif;
					  font-size: 10pt;
					  color: #0099FF; 
					  font-weight:bold; 				  
    			      }

a:visited       { font-family: verdana, sans-serif;
					  font-size: 10pt;
					  color: #0099FF; 
					  font-weight:bold; 					  
					  }	
					  		      
a:hover:focus   { font-family: verdana, sans-serif;
					  font-size: 10pt;
					  color: #0099FF; 
					  font-weight:bold;
					  text-decoration:none; 
					  }				
					  
a.nav        { font-family: verdana, sans-serif;
			   font-size: 8pt;
			   color: #FFFFFF; 
			   font-weight:bold; 
			   text-decoration:none; 			   
			   margin-top:6; margin-bottom:6 
			   }

a:active.nav        { font-family: verdana, sans-serif;
					  font-size: 8pt;
					  color: #FFFFFF; 
					  font-weight:bold; 
					  text-decoration:none; 					  
    			      }

a:visited.nav       { font-family: verdana, sans-serif;
					  font-size: 8pt;
					  color: #FFFFFF; 
					  font-weight:bold; 
					  text-decoration:none; 					  
					  }	
					  		      
a:hover:focus.nav   { font-family: verdana, sans-serif;
					  font-size: 8pt;
					  color: #0099FF; 
					  font-weight:bold;
					  text-decoration:none; 
					  }				
					  
td.1           { font-family: Verdana, sans-serif; 
			   font-size: 10pt; 
			   margin-top:0; 
			   margin-bottom:0 }

h4           { font-family: Arial; 
			   font-size: 12pt; 
			   color: #000000; 
			   font-weight:bold;
			   margin-top: 3; 
               margin-bottom: -3 }

h5           { font-family: Arial; 
			   font-size: 12pt; 
			   color: #000000; 
			   font-weight:bold;
			   font-style: italic;
			   margin-top: 3; 
               margin-bottom: -3 }

p            { font-family: verdana; 
			   font-size: 10pt; 
			   color: #000000; 
			   margin-top: 3; 
               margin-bottom: 3 }

ul           { font-family: verdana, sans-serif;
			   font-size: 10pt;
			   color: #000000; 
			   margin-top: 0; 
               margin-bottom: 0;
			 /*  list-style-image: url('images/bulletBlack.gif'); */ /* Commented as there is not such image */
			   margin-left:20 } 
               		       			   			   
ul.nav		 { font-family: Arial, Verdana, sans-serif;
			   font-size: 8pt;
			   color: #00CCFF; 
			   font-weight:bold; 
			   margin-top: 3; 
               margin-bottom: 3; 
             /*   list-style-image:url('images/bulletTeal.gif');  */ /* Commented as there is not such image */
               margin-left:20 }
               
li            { margin-top: 6;
			    margin-bottom: 6 }
			    
ol 		      { font-family: Verdana; 
				font-size: 10pt }			    

input.button { 
			   cursor: hand; 
			   font-family: Arial; 
			   font-size: 10pt; 
			   font-weight: bold; 
			   border-style: solid; 
			   border-width: 1; 
			   padding-left: 2; 
			   padding-right: 2; 
			   padding-top: 0; 
			   padding-bottom: 0; 
			   background-color: #CCCCCC;
			   float: left }