body {
	background-color: #555454;
	margin: 0px;
	font-size: 8pt;
	font-family: verdana;
}
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	background-color: #FFCC00;
}
a:active {
	color: #000000;
	text-decoration: none;
}
TD
{
	font-size: 8pt;
	font-family: verdana;
}
.clsTiny
{
	font-size: 6pt;
	font-family: verdana;
}
.clsTextField
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: verdana;
}
.clsHighlight
{
  background-color: #DADCFE;
  padding: 2px;
  margin: 0px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight:bold;
}
.clsDarklight
{
  background-color: #555454;
  padding: 2px;
  margin: 0px;
  font-family: Verdana;
  font-size: xx-small;
	color:White;
	font-weight: bold;
}
.clsButton
{
	border: 1px outset #000000;
	padding: 1px;
	margin: 1px;
	font-family: Verdana;
	font-size: xx-small;
	background-repeat: repeat-x;
	background-image: images/ButtonBackground.gif;
}
.clsContentBackground
{
	margin: 0px;
	padding: 10px;
	background-color: #D4D0D0;
}
.clsFooter
{
	font-size: 6pt;
	font-family: verdana;
	color: White;
}
.clsSmall{
font-size: 6pt;
	font-family: verdana;
}