	H1
	{		font-size: 20px; font-family: helvetica,sans,clean; 
			color: #374662;
			font-weight:bold;
    }
    
	H2
	{		font-size: 16px; font-family: helvetica,sans,clean; 
			color: #374662;
			font-weight:bold;
    }
    
	H3
	{		font-size: 14px; font-family: helvetica,sans,clean; 
			color: #374662;
			font-weight:bold;
	}
	
	H4
	{		font-size: 12px; font-family: helvetica,sans,clean; 
			color: #374662;
			font-weight:bold;
	}
    
    EM
	{		font-size: 12px; font-family: helvetica,sans,clean; 
			color: #000000;
			font-weight:bold;
    }
    
    BIG
	{		font-size: 20px; font-family: helvetica,sans,clean; 
			color: #000000;
			font-weight:bold;
			line-height: 20px;
    }
    
	TD
	{		font-size: 12px; font-family: Verdana,helvetica,sans,clean; 
			color: #000000;
	}
	
	P
	{		font-size: 12px; font-family: Verdana ,helvetica,sans,clean;
			color: #000000;
			line-height: 20px;
	}
	
	small
	{		font-size: 10px;
	}
	
	caption,i
	{		font-size: 12px; font-family: Verdana,helvetica,sans,clean; 
			color: #000000;
	}
   
   	OL,UL,FORM
	{		font-size: 11px; font-family: Verdana,helvetica,sans,clean; 
			color: #000000;
   	}
   	
	pre,blockquote,code
	{		font-size: 12px; font-family: Monaco,helvetica,mono,sans,clean; 
    		color: #000000;
    }
    				    
	TH
	{		font-size: 12px; font-family: Verdana,helvetica,sans,clean;
    		color: #444488;
    		font-weight:bold;
    }

	A:active
    {	color:yellow;
		text-decoration: underline;
	}

	A:link
    {
		color:#2222CC;
		text-decoration:underline;

    }
	A:visited
	{
		color:#7744CC;
		/* text-decoration:none; */
		 text-decoration:underline; 
	}
