/* Default CSS Stylesheet for a new Web Application project */

BODY {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal }

TR {
	font-size:10pt;}
	
.HeaderText {
	font-family:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:Black; 
	font-style:italic;
	font-weight:bold; }
	
.FooterText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:Black; 
	font-style:normal;
	font-weight:normal;	}

.lblMessageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Red; 
	font-style:italic;
	font-weight: bold; }

.lblsmallMessageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Red; 
	font-style:italic;
	font-weight: bold; }
		
.lblNoteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Blue; 
	font-style:italic;
	font-weight: bold; }
	
.lblsmallNoteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Blue; 
	font-style: italic;
	font-weight: bold; }	
    
.lblNormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	font-weight:normal;	}
		
.ElementText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black; 
	font-style: Normal;
	font-weight: Normal; }

.ElementNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black; 
	font-style: italic;
	font-weight: bold; }
	
.TitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style:  normal;
	font-weight: bold;
	COLOR: #003366;
	border-style:ridge;
	border-width:2px;
	background-color:#FFFFC0;
	text-align:center; }

.SubTitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:  normal;
	font-weight: bold;
	COLOR: #003366;
	border-style:ridge;
	border-width:3px;
	background-color:#FFFFC0;
	text-align:center; }
	
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:  bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	COLOR: #003366;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 4px;
	COLOR: #003366;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 2px;
	}	
		
H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 2px;
	}		

UL  
    {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
    }

LI  {	
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}	

UL LI LI	{	
	list-style-type:circle;
	}	

UL LI LI LI	{	
	list-style-type:square;
	}	
	
OL LI	{	
	list-style-type:decimal;
	}	

OL OL LI	{	
	list-style-type:lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:lower-roman;
	}	