/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

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 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;
	}	
.hdr {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	font-weight:bold;
}
.Subhdr {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	font-weight:bold;
}
.smBldText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	font-weight:bold;
}
.BldLbl {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	font-weight:bold; 
	text-align:right;
}
.BldTblHd {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	font-weight:bold; 
	text-align:left;
}
.stdtxt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt; 
}
.errtxt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt;
	color:Red;
}
.tblhdr {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	font-weight:bold;
	text-align:center;
}
.StoreHdr {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	font-weight:bold;
	text-align:center;
	color:White;
	background-color:#920029;
}
	
	