/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    margin-top:0;
    margin-left:0;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	15;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: uppercase;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
HR {
  color: #cccc66;
  width: 500;
 }	
 	
TABLE
{
  font-family:  Verdana,  sans-serif;
  FONT-SIZE: 13;
}

.Footer
{
  font-family: Arial;
  font-size: 9px;
  color:#000066;
 }


A:link	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#009900;
	}


