/* Default CSS Stylesheet for a new Web Application project */

BODY
{
}

A:link	{	
	text-decoration:	none;
	color:	#000000;
	border-color:Black	
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#000000;
	}	

.datagridText
{
	font-size:x-small;
}
TABLE
{
font-size:8pt;
border: 0;
}

.posclick
{POSITION:relative; 
	z-index: 2;
	LEFT: -20px; 
	TOP: -150px;
	border-width:0;	
	
}
.imglink
{
	border-color:Black	
}

.topheader
{
	background-repeat:no-repeat;

}
TD
{
    font-family:Verdana
}

