a
{
	font-size: 14;
	color: #000000;
    font-family: "century gothic";
    text-decoration: underline;
    font-style: italic;
}

a:hover
{
	font-weight: bold;
}

.menu
{
	color: #ffffff;
    font-size: 16;
    text-decoration: none;
    font-family: "century gothic";
}

a.menu:hover
{
	text-decoration: underline;
}

BODY
{
	margin: 0;
  padding: 0;
  overflow: auto;
  background: #000000;
  color: #000000;
  scrollbar-arrow-color: #ffffff;
  scrollbar-face-color: #ff0000;
  scrollbar-highlight-color: #5e5e5e;
  scrollbar-track-color: #000000
}

DIV
{
	position: absolute;
  text-align: left;
}

.content
{
	top: 126;
  text-align: center;
  left: 150;
  width: expression(document.body.clientWidth-150);
  height: expression(document.body.clientHeight-126);
  overflow: auto;
}

TD
{
	font-size: 14;
	font-family: "century gothic";
  text-align: center;
}

.whiteTD
{
	color:#ffffff;
}

.header
{
	font-size: 16;
  font-family: "century gothic";
  text-align: left;
  color:#ffffff;
}

.boxtitle
{
	font-size: 16;
	color: #000000;
	font-weight: bold;
    font-family: "century gothic";
    padding-left: 3;
    padding-right: 3;
}

a.boxtitle
{
	font-size: 16;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
    font-family: "century gothic";
    padding-left: 3;
    padding-right: 3;
}

a.boxtitle:hover
{
	font-size: 16;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
    font-family: "century gothic";
    padding-left: 3;
    padding-right: 3;
}

.boxtext
{
	font-size: 14;
	color: #000000;
	font-family: "century gothic";
  padding-left: 3;
  padding-right: 3;
}

.CoName
{
	color: #ff0000;
	font-style: italic;
}

UL
{
	color:#000000;
}

.pHeader
{
	font-size: 14;
	color: #FF0000;
	font-weight: bold;
  font-family: "century gothic";
  padding-left: 3;
  padding-right: 3;
}