body
{
	background-color:#f5fffa;
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}
.normal
{
	font-family:Arial;
	font-weight:normal;
	color:Navy;
	font-size:9pt;
	background-color:White;	
}
.label
{
	font-family:Arial;
	font-weight:normal;
	color:Black;
	font-size:9pt;
	background-color:#f5fffa;	
}
.header
{
	font-family:arial;
	font-weight:bold;
	font-size:9pt;
	color:navy;
	background-color:#add8e6;	
}
.doctype
{
	font-family:arial;
	font-weight:normal;
	font-size:9pt;
	color:navy;	
}
a
{
	text-decoration:underline;
	color:navy;
	font-size:9pt;
	font-family:arial;
	font-weight:normal;
}
a:hover
{
	text-decoration:underline;
	color:#9370d8;
	font-size:9pt;
	font-family:arial;
	font-weight:normal;
}
.button
{
	font-size:9pt;
	font-weight:bold;
	color:Navy;
	background-color:#add8e6;
	border-color:navy;
	border-top-width:1;
	border-bottom-width:1;
	border-left-width:1;
	border-right-width:1;
	cursor: hand;
}
table
{
	padding: 0,0,0,0;
	background-color:Grey
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color:Navy;
}
.tableheader
{
	background-color: gainsboro;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #f5fffa;
}
.tableheaderbold
{
	background-color: gainsboro;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #f5fffa;
}
.tabledata
{
	background-color:#f5fffa;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
}




