.normal {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.fontGray {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.headGray{
	font-family : Arial;
	font-size : 9pt;
	color : #666666;
	font-weight: bold;
}
.headWhite{
	font-family : Arial;
	font-size : 9pt;
	color : #ffffff;
	font-weight: bold;
}
.tableHeadHighlight{
	background-color: #777777;
	height : 20;
	vertical-align : middle;
	text-align : left;
	text-indent : 5;
}
.tableHighlight{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #efefef;
	vertical-align : top;
	text-align : left;
}
.tableNormal{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align : top;
	text-align : left;
}

.tableNormalB10{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.subBullet {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	list-style-position: outside;
	margin: 3px 0px 3px 20px;
	list-style-image: none;
	list-style-type : circle;
}
a:link {

	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a:active {


	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a:visited {


	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

