body 
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}

a:link { color : #333333 ; text-decoration:none;}
a:active { color : #333333 ; text-decoration:none;}
a:visited { color : #666666 ; text-decoration:none;}
A:HOVER{color : #333333;background-color : white;text-decoration : underline;}

td {
	font-size: 9px;
	line-height: 14px; 
	font-weight: normal
	color: #333333; 
}


.small{
       font-size: 0.8em;
	   line-height: 1.2em;
}

.large{
       font-size:1.2em;
       font-weight: bold;
}


.h1{
    font-size:12px;
    font-weight: bold;
}

