/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	12pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	9pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
TD
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	}


A:link
{
	color: #000040;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000040;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000040;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#006699;
	}
	
SMALL	{	
	font-size:	9pt;
	}	

BIG	{	
	font-size:	11pt;
	}	

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;
	}	
P 
{
	margin-left: 10pt;
}

TD.w2 {
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: smaller; 
	BACKGROUND: #ffffff; 
	PADDING-BOTTOM: 2px; 
	WIDTH: 100%; 
	PADDING-TOP: 2px; 
	FONT-FAMILY: sans-serif 
	} 

TD.ctr 
{
	FONT-SIZE: smaller; 
	BACKGROUND: #eeeeee; 
	FONT-FAMILY: sans-serif; 
	TEXT-ALIGN: left } 
	
TD.ban 
{
	FONT-SIZE: 9pt; 
	BACKGROUND: #dddddd; 
	font-family: Verdana;
	font-weight: bold;
	text-indent: 10px;
	
	}
TD.header
{
	FONT-SIZE: 9pt; 
	FONT-WEIGHT: bold;
	color: #ffffff;
	background: SlateGray;
	text-align: center;
} 
TD.listheader
{
	font-weight: bold;
	vertical-align: bottom;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
} 
.list
{ text-align: center;
}
TD.title
{
	color:#003366;
	font-weight:bold;
	font-size:10pt;
	text-indent: 10px;
}
td.leader
{
	BORDER-BOTTOM: #CCCCCC 1px solid;
	
}
td.xeader
{
	BORDER-BOTTOM: #ffffff 1px solid;
	
}

.PageHeading3
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight:	700;
	z-index: 100;
	color: #000033;
}


.PageHeading2
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight:	700;
	z-index: 100;
	color: #000033;
	position: absolute;
}


.PageHeading1
{
	font-weight: bolder;
	font-size: 2em;
	z-index: 100;
	color: #000066;
	position: absolute;
}


TD.ev 
{
	background-color:White  } 
	
a.ev:link {color: #FF0000 

	{
		FONT-SIZE: 10pt; 
		COLOR: #336699; 
		FONT-FAMILY: Arial } 

a.ev:visited
{
	FONT-SIZE: 10pt; 
	COLOR: #336699; 
	FONT-FAMILY: Arial } 

a.ev:hover 
{
	FONT-SIZE: 10pt; 
	COLOR: firebrick; 
	FONT-FAMILY: Arial } 
	

