A {
	color: #0000ff;
	text-decoration: none
}
A:link {
	color: #0000FF
}
A:hover {
	color: #0000FF;
	text-decoration: underline
}
A:active
{
	color: #0000FF
}
A:visited {
	color: #0000FF
}

.clsNavText {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

A.clsNavText {
	color: #FFFFFF;
	text-decoration: none
}
A.clsNavText:link {
	color: #FFFFFF
}
A.clsNavText:hover {
	color: #FFFFFF;
	text-decoration: underline
}
A.clsNavText:active
{
	color: #FFFFFF
}
A.clsNavText:visited {
	color: #FFFFFF
}

.clsNavTextSmall {
	font-family: Arial Narrow, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}

.clsNavTextGray {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #DDDDDD;
}

	A.clsNavTextGray {
		color: #DDDDDD;
		text-decoration: none
	}
	A.clsNavTextGray:link {
		color: #DDDDDD
	}
	A.clsNavTextGray:hover {
		color: #DDDDDD;
		text-decoration: none
	}
	A.clsNavTextGray:active
	{
		color: #DDDDDD
	}
	A.clsNavTextGray:visited {
		color: #DDDDDD
	}

.clsNavTextSmallGray {
	font-family: Arial Narrow, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: normal;
	color: #DDDDDD;
}
.clsText {
	font-family: Arial, Times New Roman;
	font-size: 8pt;
}
.clsCopyright {
	font-family: Arial, Times New Roman;
	font-size: 8pt;
	color: #818181;
}

	.clsPageHeader {
		font-family: Verdana, Arial, Times New Roman;
		font-size: 12pt;
		font-weight: bold;
	}
	.clsSectionHeader {
		font-family: Verdana, Arial, Times New Roman;
		font-size: 10pt;
		font-weight: bold;
		padding-Top: 20px;
		padding-bottom: 10px;
	}
	.clsTableHeader {
		font-family: Verdana, Arial, Helvetica;
		font-size: 9pt;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #B3B3B3;
	}
		
	.clsTableRowHighlighted {
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		color: #000000;
		background-color: #E8F8E6;
	}

	.clsTableBorder {
		border-color: #A6A6A6;
		border-style: solid;
		border-width: 1px;
		border-collapse: collapse;
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		color: #000000;
	}
