body { font-family: arial, verdana, helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal;
	color: #000; 
	}
	
img { font-size: 11px ; 
	}

p { font-family: arial, verdana, helvetica, sans-serif; 
    font-size: 12px; 
    line-height: 14px;
    font-style: normal;
	color: #000;
	}
	
ul { font-family: arial, verdana, helvetica, sans-serif; 
    font-size: 12px; 
    line-height: 14px;
    font-style: normal;
	color: #000;
	margin: 0px 0px 0px 20px; 
	}
		
.sm { font-size: 10px;
 line-height: 10px;
 margin: 2px 0px 0px 0px;
	}
	
.red { color: #F03;
		 font-weight: bold;
	}
	 
a:link {
 color: #F30;
 font-weight: bold;
 text-decoration: none;
 }
  
a:visited {
 color: #C30;
 font-weight: bold;
 text-decoration: none;
 }
  
a:active, a:hover {
 font-weight: bold;
 color: #F30;
 text-decoration: underline;
 }
