/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	color:	#000066;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0000cd;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000066;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#ff0000;
	}
	
.Phand
{
	cursor:hand;
}

.D1
{
	padding-left: 3px;
	cursor:hand;
	font-size:8pt;
	color: red;	
}

.D2
{
	padding-left: 3px;
	font-size:8pt;
	font-weight:bold;
	cursor:hand;
	color: green;	
}

.D3
{
	padding-left: 3px;
	font-size:8pt;
	cursor:hand;
	color:Blue;	
}