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

