/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #f7f7f7;
    background: #f7f7f7;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1.2em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    scrollbar-base-color:#b0c4de;
scrollbar-3dlight-color:#000066; 
scrollbar-arrow-color:#F7F7F7;
scrollbar-darkshadow-color:#000066;
scrollbar-face-color:#000066;
scrollbar-highlight-color:#b0c4de;
scrollbar-shadow-color:#F7F7F7      
}

H1, H2, H3, H4, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    margin-left: 10px;
    margin-right: 10px;	    	
	}	
		
H2	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    margin-left: 10px;
    margin-right: 10px;	    	
	}		
		
H3	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    margin-left: 10px;	
    margin-right: 10px;	    
	}	
		
H4	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    margin-left: 10px;	
    margin-right: 10px;	    
	}	
		
H5, DT	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight: 600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    margin-left: 10px;	
    margin-right: 10px;	 
    COLOR: #000066;       
	}	
		
H6	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    margin-left: 10px;
    margin-right: 10px;	    	
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	font-weight: bold;
	font-size:	1em;	
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight: bold;
	font-size:	1em;		
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight: bold;
	font-size:	1em;		
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#333399;
	font-size:	1em;	
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

P       {
    margin-left: 10px;
    margin-right: 10px;	    
    }
    	
.lbl	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9pt;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
.button
{
	border: 1px solid #999999;
	background-color: #AAD5FF;
	}
	
.offset {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0 px;
	}	
.small_text
{
    BACKGROUND-COLOR: #f7f7f7;
    background: #f7f7f7;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}	

.menustyle {font-size: 9pt; font-family: Verdana; color: #f7f7f7; background-color: #000066; font-weight: bold; cursor: pointer}
.menuitem {font-family:verdana;font-size:9pt;border: solid 1px #000066; padding: 2px 6px 2px 6px; margin: 0px; background: #000066; color:#000066 white-space: nowrap; cursor:pointer;cursor:hand;}
.mouseover {font-family:verdana;font-size:9pt;border: solid 1px #000066; padding: 2px 6px 2px 6px; margin: 0px; background: #f7f7f7; color: #000066; white-space: nowrap; cursor:pointer;cursor:hand;}
