BODY.generic{
	background-color: #c0c0c0;
	color: #000000;
}
.generic{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
.generic-small{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}
.generic-largest{
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
}
.generic-bold{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.generic-bold-larger{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.generic-bold-largest{
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
.generic-tight{
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt
}
.generic-tight-bold{
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

A:link{
	color: #666666; 
	text-decoration:none
}
A:visited{
	color: #666666; 
	text-decoration:none
}
A:hover{
	color: #FFFFFF; 
	text-decoration:none
}