body {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  font-family:verdana,lucida,helvetica,sans-serif;
  background-color:white;
  color:white;
}

a:link { color:#f50;}
a:visited { color:#fa5;}
a:active { color:#f50;}
a:hover  { color:#ff0;}

a:link.dark { color:#444444;}
a:visited.dark { color:#444444;}
a:active.dark { color:#444444;}
a:hover.dark  { color:#444444;}

a:link.news { text-decoration:none; color:#444444;}
a:visited.news { text-decoration:none; color:#444444;}
a:active.news { text-decoration:none; color:#444444;}
a:hover.news { text-decoration:underline; color:#444444;}


dl,dt,dd,table,th,tr,td,p,ul,li,ol {
  font-family:verdana,lucida,sans-serif;
  font-size:10pt;
  letter-spacing:1.5pt;
}

p,li {
  line-height:15pt;
  color:white;
}
.dark {
  line-height:15pt;
  color:#333333;
}
.news {
  font-size:7pt;
  letter-spacing:0.3pt;
  line-height:10pt;
  list-style-type:circle;
  color:black;
}
div.news {
  margin-left:5px;
  margin-right:5px;
}
h1,h2,h3,h4,h5,h6 {
  font-family:verdana,arial,helvetica,sans-serif;
  color:white;
}
h1 {font-size:24pt;}
h2 {font-size:18pt;}
h3 {font-size:14pt;}
h4 {font-size:12pt;}
h5 {font-size:10pt;}

.headline {
  font-family:verdana,lucida,sans-serif;
  letter-spacing:4px;
  font-weight:800;
  color:white;
}

.headlineinv {
  font-family:verdana,lucida,sans-serif;
  letter-spacing:4px;
  font-weight:800;
  color:#ffffff;
  background-color:#a2a2a2;
}

.bright {
  color:#ffffff;
  background-color:#333333;
}

.xssmall {
  font-family:verdana,helvetica,sans-serif;
  font-size:8pt;
  color:#ffffff;
  background-color:#999999;
  line-height:20px;
  font-weight:800;
}

.xsmall {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:8pt;
  color:#ffffff;
  background-color:#999999;
  letter-spacing:4px;
  line-height:20px;
}

.xgsmall {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:8pt;
  color:#999999;
  background-color:#ffffff;
  letter-spacing:4px;
  line-height:20px;
}

.xbsmall {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:8pt;
  color:#000000;
  background-color:#ffffff;
  letter-spacing:0px;
  line-height:15px;
}

.main {
  color:#ffffff;
  background-color:#A20606;
}

.ad {
  color:#444444;
  background-color:#e0e4e9;
}

.bigFat {
  font-weight:600;
  font-size:14pt;
  letter-spacing:1.5pt;
  color:white;
}


.navArea {
  color:#444444;
  background-color:#666666;
}

@media print
{
	body, table 
	{
		color: #000;
		background-color: #fff;
		font-family:verdana,lucida,helvetica,sans-serif;
	}

	.navArea, .hide
	{
		display: none;
	}
}

