body {
 margin: 0 0 0 0;
 background-image: url('/bk.gif');
}

input {
 font-size: 11px;
}

a {
 color: darkred;
 text-decoration: none;
}
a:hover {
 color: red;
}

.contentarea {
 background-color: #EAEAEA;
}
.contentareaborder {
 background-color: black;
}

.copyright {
 color: black;
}
.copyright a {
 color: black;
}

.adminmenu {
 color: black;
}
.adminmenu a {
 color: darkred;
}

.menu {
 background-color: #CCCCCC;
}
.menu a{
 color: black;
 font-size: 17px;
 font-family: arial;
 text-decoration: none;
 font-weight: bold;
}
.menu a:hover{
 color: darkblue;
}

.accountmenu {
 background-color: #CCCCCC;
}
.accountmenu a{
 color: black;
 font-size: 16px;
 font-family: arial;
 text-decoration: none;
}
.accountmenu a:hover{
 color: blue;
}

.titlebar {
 color: black;
 background-color: #CCCCCC;
 background-repeat: no-repeat;
 background-position: right;
}

.advspecial {
 border-color: black;
 border-width: 12px;
 background-color: white;
 width: 600px;
 height: 300px;
}

.advspecialheader {
 font-size: 25pt;
 color: darkred;
}

.advspeciallink {
 font-size: 20pt;
 color: darkblue;
}

.faqcat {
 border-style: solid;
 border-width: 12px; 
 border-color: #CCCCCC;
}

.faqQ {
 color: darkblue;
}

.faqA {
 color: darkblue;
}

.popupLink {
 COLOR: blue;
 outline: none
}

.popup { 
 POSITION: absolute; 
 VISIBILITY: hidden; 
 BACKGROUND-COLOR: white; 
  LAYER-BACKGROUND-COLOR: white; 
 width: 252; 
 BORDER-LEFT: 1px solid black; 
 BORDER-TOP: 1px solid black; 
 BORDER-BOTTOM: 1px solid black; 
 BORDER-RIGHT: 1px solid black; 
 PADDING: 5px;
 z-index: 10 
}





/* Table Set 1 - Table Headers*/
 .tableHL1 {
  color: black;
  background-color: #E9EBED;
 }
 .tableHL1 a {
  color: darkblue;
 }

/* Table Set 1 - Border Color */
 .tableBD1 {
  background-color: #C6DAE2;
 }

/* Table Set 1 - Table rows*/
 .tableHL2 {
  color: black;
  background-color: #F2F2F2;
 }

/* Table Set 1 - Table Rows OnMouseOver*/
 .tableHL3 {
  background-color: white;
 }



/* Copyright text color */
.copyright {
 color: black;
}

/* Copyright anchor color */
.copyright a {
 color: black;
} 


/* Text Highligh Color 1 */
 .textHL1 {
  color: #9C500C;
 }
 
 .stats {
  font-size: 12px;
  color: black;
 }
 
 .stat_title {
  color: darkred;
 }