/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

h1	{font-family: Arial, Helvetica; font-size: 18pt; color:#333399; margin-top: 0; margin-bottom: 0;}
h2	{font-family: Arial, Helvetica; font-size: 14pt; color:#3366CC; margin-top: 0; margin-bottom: 0;}
h3	{font-family: Arial, Helvetica; font-size: 12pt; color:#333399; margin-top: 0; margin-bottom: 0;}
h4	{font-family: Arial, Helvetica;font-size: 12pt; color:#333399;  margin-top: 0; margin-bottom: 0; font-weight: bold; }
h6	{font-family: Arial, Helvetica;font-size: 90%; margin-top: 0; margin-bottom: 0; font-weight: normal; }
p	{font-family: Arial, Helvetica; font-size: 10pt; color:#000000;}
td	{font-family: Arial, Helvetica; font-size: 10pt; color:#000000;}
LI	{font-family: Arial, Helvetica;font-size: 9pt; color:#333333;}
input	{font-family: Arial, Helvetica; font-size: 9 pt;}
strong {font-family: Arial, Helvetica; font-size: 10pt; color:#000000;}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 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: Arial, Helvetica, sans-serif;
	}	
.tiny	{font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
.footer	{font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}


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;
	}
	
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;
	margin-bottom: 0px;
	padding: none;
	border: none;
	}
