/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-IMAGE: url(images/grid3.gif);
    
    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, Verdana; font-size: 14pt; color:#000000; margin-top: 0; margin-bottom: 5;}
h2	{font-family: Arial, Verdana; font-size: 12pt; color:#000000; margin-top: 0; margin-bottom: 5;}
h3	{font-family: Arial, Verdana; font-size: 10pt; color:#000000; margin-top: 0; margin-bottom: 5;}
p	{font-family: Verdana, Tahoma, Arial; font-size: 9pt; color:#000000;}
td	{font-family: Verdana, Tahoma, Arial; font-size: 9pt; color:#000000;}
ul {font-family: Verdana, Tahoma, Arial; font-size: 9pt; list-style-type: square;}
ul ul {font-family: Verdana, Tahoma, Arial; list-style-type: disc;}
ol li {margin-top: 5; margin-bottom: 5;}
.tiny	{font-family:  Arial, Helvetica, sans-serif; font-size: 8pt; }
.indent {margin-left: 10;}
table {margin-top: 0px; margin-bottom: 0px; padding-top:0px; padding-bottom: 0px;}


.table2 {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#003366;
	}
	
	
A.site:link	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A.site:visited	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A.site:active	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A.site:hover	{	
	text-decoration:	underline;
	color:	#003366;
	}	
	
.liner HR {color:#CC0000;} 
	
	
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;
	border: none;
	}
