/* Default CSS Stylesheet for a new Web Application project */

BODY {
    BACKGROUND-COLOR: #dde2cb;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12;
    FONT-WEIGHT: 500;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TABLE {
	background-color:#dde2cb;
	font-size:	12;
	FONT-WEIGHT: 500;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}	
LABEL {
	background-color:#dde2cb;
	font-size:	12;
	FONT-WEIGHT: 500;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

IMG	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0;
	}
	
H1, H2, H3, H4, H5, TH
{
    COLOR: #003366;
	  font-style:	normal;
  	text-decoration:	none;
  	word-spacing:	normal;
	  letter-spacing:	normal;
	  text-transform:	none;   
	  font-family: Verdana, Arial, Helvetica, sans-serif;	   
}
		
H3 {	
	font-size:	18;
	font-weight:	500;
	}	
		
H4 {	
	font-size:	16;
	font-weight:	500;
	}	
H5 {	
	font-size:	20;
	font-weight:	500;
	font-family:  Serif;
	}	
TH	
{
	background-color:#dde2cb;
	font-size: 12;
	font-weight: 500;
	}	
A:visited	,A:active, A:link
{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	
{ 
	color:	#000040;
}

