body {
	background-color : #C3C3C3;
}

th  {
	background-color : #9ea583;
	font-weight : bold;
	color : #FFFFFF;
	font-family : Tahoma;
	font-size : 9pt;
	text-align : center;
}

th.GroupHeader  {
	background-color : #bdb599;
	font-weight : bold;
	color : #698659;
	font-family : Tahoma;
	font-size : 9pt;
	text-align : center;
}

td  {
	text-align : left;
	font-family : Tahoma;
	font-size : 9pt;
	background-color : #cece96;
}

td.empty-content {
	content: '.';
	visibility: hidden;
	height: 200px;
	display: block;
}

A  {
	font-weight : bold;
	color : Red;
	text-decoration : underline;
}

A:Visited  {
	font-weight : bold;
	color : #ff6600;
	text-decoration : underline;
}

A:Active  {
}

A:Hover  {
	font-weight : bold;
	color : #ff0099;
	text-decoration : underline;
}

.white  {
	color : #FFFFFF;
}

P.HPheader  {
	font-size : 12pt;
	font-weight : bold;
	background-color : #cece9b;
}

