/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
 }

.Normal 
{
    font-family: Arial, Helvetica, sans-serif;   
    font-size: 9pt;
    color: black;   
} 
	
td.WhNormal	{	
	BACKGROUND-COLOR: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	color:White; 
	font-weight:bold;
	}
.BlHeadaer	
{	
	font-family: Arial;
	font-size: 8px;	
	 background-color: #6DA4DA;   
	color:White; 	
	}

A.BtmLinks	
  {	
	font-family: Arial;
	font-size: 9pt;
	text-decoration:	none;
	font-style:	normal;
	 color:Black;  
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	

