
BODY {
  	color: #6C6C6C;
  	font-family: Arial, Helvetica, Tahoma, sans-serif;
  	font-size: 8pt;
  	font-weight: normal;
  	background-color: grey;
}

A:ACTIVE, A:LINK, A:VISITED {
  	background-color: transparent;
  	font-family: Arial, Helvetica, Tahoma, sans-serif;
  	font-size: 8pt;
  	color: black;
}

A:HOVER {
  	background-color: transparent;
  	font-family: Arial, Helvetica, Tahoma, sans-serif;
  	font-size: 8pt;
  	color: cyan;
}

TABLE, TD, TR {
  	font-family: Arial, Helvetica, Tahoma, sans-serif;
  	font-size: 8pt;
  	color: #6C6C6C;
}

HR {
  	background-color: transparent;
  	color: #6C6C6C;
  	width: 100%;
  	height: 1px;
}

P {
  	color: #6C6C6C;
  	font-family: Arial, Helvetica, Tahoma, sans-serif;
  	font-size: 8pt;
  	font-weight: normal;
  	background-color: transparent;
}

h1{ 
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold; 
	letter-spacing:1pt;
	vertical-align:bottom;  	 }

h2{ font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: normal;
	background-color: #6C6C6C;  }
