/* Default CSS Stylesheet for a new Web Application project */



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: white;
}
H1	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black
	}	
		
H4	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
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:  Century Schoolbook, Century, Times, Times New Roman, serif;
	}	

A:link
{
text-decoration:	underline;
color:	white;	
}

		
A:visited	{	
	text-decoration:	underline;
	color:	white;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	white;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc;
	}	

UL LI LI	{	
	list-style-type:	square;
	}	

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;
	}	




.headerA
{
	font-size: 14pt;
	line-height: 15pt;
	color: #A5100B;
	font-family:  Arial,Verdana, san-serif;
}




.headerB
{
	font-size: 10pt;
	line-height: 11pt;
	color: #black;
	font-weight: bold;
	font-family:  Arial,Verdana, san-serif;
}



.small
{
	font-size: 10pt;
	line-height: 11pt;
	color: black;
	font-family:   Arial,Verdana, san-serif;
}

.small:link	{	
	text-decoration:	underline;
	color:	black;
	}	
		
.small:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
.small:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
.small:hover	{	
	text-decoration:	none;
	color:	black;
	}







.smallf
{
	font-size: 8pt;
	line-height: 10pt;
	color: black;
	font-family:   Arial,Verdana, san-serif;
}

.smallf:link	{	
	text-decoration:	underline;
	color:	black;
	}	
		
.smallf:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
.smallf:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
.smallf:hover	{	
	text-decoration:	none;
	color:	black;
	}






