/* Default CSS Stylesheet for a new Web Application project */

INPUT
{
	border-width: 1px;
	border-style: solid;
}

.CheckBox
{
	border-style:none;
	border-width: 0px;
}

BODY
{
	color: #000000;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 5 5 5 10;    
}

td
{ 
	font-family: verdana;
	font-size: 10px;
}

P
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	font-size: 8pt;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-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: Verdana, Arial, Helvetica, sans-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: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	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:	1.33em;
	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:	1em;
	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:	.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: Arial, Helvetica, sans-serif;
	}	

A:link	
{
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}



A.ResultLink						{ color: #000000; text-decoration: none;}
A.ResultLink:hover				{ color: #000000; text-decoration: none;}
A.ResultLink:visited				{ color: #000000; text-decoration: none;}
A.ResultLink:visited:hover		{ color: #000000; text-decoration: none;}
A.ResultLink:active				{ color: #000000; text-decoration: none;}

.ResultFont
{ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	background-color: #FFFFFF;
}
.ResultFont2
{ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	background-color: #F7F7F6;
}

.ReportLabelFont
{ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	background-color: #FFFFFF;
	FONT-WEIGHT: bold;
}
.ReportValueFont
{ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	background-color: #FFFFFF;
}

.ReportTotalFont
{ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	background-color: #FFFFFF;
	FONT-WEIGHT: bold;
}

.ReportHeader1Font
{ 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	line-height: 12px; 
	background-color: #FFFFFF;
	FONT-WEIGHT: bold;
}

.ReportHeader2Font
{ 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	line-height: 12px; 
	background-color: #FFFFFF;
	FONT-WEIGHT: bold;
}

.DefaultFont
{
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;	
}

.GreenFont 
{ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	FONT-WEIGHT: bold;
	line-height: 10px; 
	text-align: left; 
	color:#005A42;
	background-color: #FFFFFF;	
	
}

.NoneFont
{
	font-size: 0px; 
}

.copyright
{
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	FONT-WEIGHT: normal;
	border: none;
}

.PageFoot
{
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	FONT-WEIGHT: normal;
	border: none;
	border-top:solid 1 #000000;
}

A.PageFoot						{ border:none; color: #000000; text-decoration: none;}
A.PageFoot:hover				{ border:none; color: #000000; text-decoration: underline;}
A.PageFoot:visited				{ border:none; color: #000000; text-decoration: none;}
A.PageFoot:visited:hover		{ border:none; color: #000000; text-decoration: underline;}
A.PageFoot:active				{ border:none; color: #000000; text-decoration: none;}

.Green
{ 	
	background-color: #005A42;
}

.Gray
{
		background-color: #F7F7F6;	
}

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}	

IMG 	
{
	border-style: none;
	margin: 0 0 0 0;
}


p.MsoNoSpacing
{
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Verdana","sans-serif";
    margin-left: 0cm;
    margin-right: 0cm;
    margin-top: 0cm;
    }


 p.MsoNormal
{
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	font-size:8.0pt;
	font-family:"Verdana","sans-serif";
}
	
header1
{
	margin-top:24.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:115%;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:"Verdana","serif";
	color:#365F91;
}
