/* Default CSS Stylesheet for a new Web Application project */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    
}
.white {	
	color: #FFFFFF
}	

.white:link	{	
	text-decoration:	none;
	color: #FFFFFF
	}	
		
.white:visited	{	
	text-decoration:	none;
	color: #FFFFFF;
	}
.white:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
.black {	
	color: #000000
}	

.black:link	{	
	text-decoration:	none;
	color: #000000
	}	
		
.black:visited	{	
	text-decoration:	none;
	color: #000000
	}
.black:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #000000
}
.purple:link	
{
	font-weight: bold;
	text-decoration:	none;
	color: "#4e1759"
	}	
		
.purple:visited	
{
	font-weight: bold;
	text-decoration:	none;
	color: "#4e1759";
	}
.purple:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


	
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}			
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
}
A:hover
{
	color: #3333cc;
	text-decoration: underline;
}
	
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;
	}	


.txt11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.txt9
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.txt8 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.txt9R
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
