/* CSS Document */

body  
{
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	overflow:hidden;
}
	
table 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}
	
a 
{ 
	font-family: verdana; 
	font-size: 10px; 
	color: white; 
	text-decoration: none; 
	font-weight: bold
}
	
a:hover 
{ 
	font-family: verdana; 
	font-size: 10px; 
	color:#333333; 
	text-decoration: none; 
	font-weight: bold
}

a.two 
{ 
	font-family: verdana; 
	font-size: 10px; 
	color: #666666; 
	text-decoration: none; 
	font-weight: bold
}
	
a.two:hover 
{ 
	font-family: verdana; 
	font-size: 10px; 
	color:#333333; 
	text-decoration: none; 
	font-weight: bold
}

a.tree 
{ 
	font-family: verdana; 
	font-size: 10px; 
	color: white; 
	text-decoration: none; 
	font-weight: bold
}
	
a.tree:hover 
{ 
	font-family: verdana; 
	font-size: 10px; 
	color:red; 
	text-decoration: none; 
	font-weight: bold
}

INPUT 
{
	background-color: transparent;
	border: white 1px solid;
	color: white;
	font-family:  verdana;
	font-size: 9px;
}

TEXTAREA 
{
	background-color: transparent;
	border: white 1px solid;
	color: white;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal
} 

#afm
{
width:250px ;
color: white;
font-family:  verdana,;
font-size: 10px
}



