.MenuDown
{
	color: gray;
	background-color: White;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana,sans-serif;
	vertical-align: middle;
}
.MenuDown:hover
{
	color: gray;
	background-color: White;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana,sans-serif;
	vertical-align: middle;
}
.text8ptgray
{
	background-color: transparent;
	font-size: 8pt;
	font-family: Verdana,sans-serif;
	color: gray;
}
.text10ptgray
{
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana,sans-serif;
	color: gray;
}
.link8ptgray
{
	font-size: 8pt;
	font-family: Verdana,sans-serif;
	color: gray;
	text-decoration: none;
}
.link8ptgray:hover
{
	font-size: 8pt;
	font-family: Verdana,sans-serif;
	color: gray;
	text-decoration: underline;
}
.linkimg
{
	border: 0px;
	text-decoration: none;
}
.link
{
	font-size: 8pt;
	font-family: Verdana,sans-serif;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.link:hover
{
	font-size: 8pt;
	font-family: Verdana,sans-serif;
	color: black;
	text-decoration: none;
	font-weight: bold;	
}
