/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 11px;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-left: 0px;
	margin-right: 0px;    
	margin-top: 0px;
	margin-bottom: 0px;
}

TD, BLOCKQUOTE, INPUT, TEXTAREA, SELECT
{
    FONT-FAMILY: Verdana;
    font-size: 11px;
}

.Large
{
	  font-size: 13px;
}

.Block
{
	text-justify:inter-word;	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

.TableHeader 
{
	background-color: #267E24;
	color: White;
	font-weight: bold;	
}

.Label 
{
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: right;	
}

.InputButton 
{
	 FONT-FAMILY: Verdana, Arial, Helvetica; 
	 FONT-SIZE: 11px; 
	 BORDER: 1px #4D4A46 solid; 
	 BACKGROUND-COLOR: #BBBBBB;
	 width: 100px; 
} 

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
UL{	
	list-style-type: circle;
	margin-top: 2px;
	}	

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;
	}	

