h1, h2, h3, h4, h5, TD, p {
	font-family: sans-serif;
	}

h1	{
	font-weight: bold;
	font-size: 18pt;
	}

h2	{
	font-weight: bold;
	font-size: 16pt;
	}

h3	{
	font-weight: bold;
	font-size: 14pt;
	}

h4	{
	font-weight: bold;
	font-size: 12pt;
	}

h5	{
	font-weight: bold;
	font-size: 8pt;
	}

h6	{
	font-weight: bold;
	font-size: 6pt;
	}

p	{
	font-weight: bold;
	font-size: 10pt;
	}

TD	{
	font-weight: bold;
	font-size: 12pt;
	}

A {
  color: #CC6600;
  letter-spacing: normal;
  font-family: sans-serif;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

A:hover {
  color: maroon;
  letter-spacing: normal;
  font-family: sans-serif;
  font-weight: bolder;
  font-variant: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

BODY {
	scrollbar-face-color:#D09960;
	scrollbar-highlight-color:#A46E54;
	scrollbar-3dlight-color:#F0DBBF;
	scrollbar-darkshadow-color:#3D2B2B;
	scrollbar-shadow-color:#5D1C15;
	scrollbar-arrow-color:#F5E069;
	scrollbar-track-color:#B46D42;
}

