/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   
    font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    color: #000000;
    WORD-SPACING: normal
}

a:link 
{color: #FFFFFF;
	text-decoration: none}

a:visited 

{color: #FFFFFF;
	text-decoration: none}
a:hover 

{color: #000000; 
text-decoration: underline}

a:active 
{color: #000000; 
FONT-WEIGHT:  bold ;
text-decoration: underline}



.style30 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #ffffff;font-weight: bold;}
	
	.style31 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #996633;text-decoration: underline;}

