BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: "Times New Roman", Times, serif, Georgia;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
 font-size: 14px; 
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

table  {
 color: #000; 
 font-size: 12px; 
 font-family: "Times New Roman", Times, serif, Georgia;
}

b  { font-size: 14px }


A:link, A:active  {
  color: #000000;
  text-decoration: underline;
}

A:visited {
  color: #999999;
  text-decoration: underline;
}


A:hover {
  color: #39f;
  text-decoration: underline;
}

.maincontent {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
  font-weight: 400;
}

.contentbar1 {
  background-color: #ddddff;
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
  font-size: 11px;
}

.contentbar2 {
  background-color: #BBBBBB;
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
}

.standard_header {
  background-color: #ffffff;
  font-weight: bold;

  color: #000000;
  font-family: "Times New Roman", Times, serif, Georgia; 
  text-align: left;
  padding:4px;
  margin-bottom:4px;
}

.standard_header2 {
  background-color: #ffffcc;
  
  border-bottom: 1px solid #cccc66;
  border-top: 1px solid #cccc66;
  border-left: 1px solid #cccc66;
  border-right: 1px solid #cccc66;
  
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
  text-align: center;
  padding:4px;
  margin-bottom:4px;
}

.link_menu_header{  
  padding: 4px;
  background: #eeeeee;
  border: 1px solid #cccccc;
}
 
.link_menu_header A{ 
  text-decoration: none;
}

.table_header1 {
/*  background-color: #333399; */
  background-color: #FAFBEE;
  color: #993300;
  font-size: 13px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
  text-align: center;
  font-weight:bold;
}

A.table_header1:link, A.table_header1:active {
  color: #ccccff;
}

A.table_header1:visited {
  color: #0000aa;
}

A.table_header1:hover {
  color: #99ccff;
}

.table_header2 {
  background-color: #003366;
  color: #cccccc;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
  text-align: center;
}

A.table_header2:link, A.table_header2:active {
  color: #0066cc;
}

A.table_header2:visited {
  color: #0000aa;
}

A.table_header2:hover {
  color: #99cccc;
}

.table_row1 {
/*  background-color: #aaaacc; */
  background-color: #ffffff;
  font-weight: bold;
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
}

.table_row1_cell {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
}

.table_row2_cell {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
}



A.table_row1:link, A.table_row1:active {
  color: #0000FF;
}

A.table_row1:visited {
  color: #0000aa;
}

A.table_row1:hover {
  color: #00FFaa;
}

.table_row2 {
  background-color: #ccccdd;
  color: #000000;
  font-size: 12px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
}

A.table_row2:link, A.table_row2:active {
  color: #0000FF;
}

A.table_row2:visited {
  color: #0000aa;
}

A.table_row2:hover {
  color: #00FFaa;
}

.table_row_highlight {  
  background-color: #ccddcc;
}

.standard_outline {
  border-bottom: 1px solid #666600;
  border-top: 1px solid #666600;
  border-left: 1px solid #666600;
  border-right: 1px solid #666600;
}

.standard_form {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.form_style {
  border: 1px solid #666600;
  background-color: #ffffff;
}

.standard_form_field {
  background-color: #eeeeee;
  color: #000000;
  font-size: 10px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
}

.coolButton {
  cursor: pointer;
  background-color: #999999;
  color: #ffffff;
  font-size: 10px; 
  font-family: "Times New Roman", Times, serif, Georgia; 
  border-bottom: 2px solid #888888;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 2px solid #888888;
}

.coolButtonBig {
/*  background-color: #a9191e; */
  background-color: #993300;
  color: #ffffff;
  font-family: Arial, Serif;
  font-size: small;
  font-weight: 400;
  border: 2px outset #888888;
  cursor: pointer;
}

.coolButtonBig:hover {
/*  background-color: #a9191e;*/
  cursor: pointer;
}


.highlight1 {
  color: #000000;
  background-color: #ffffff;
}

.highlight2 {
  color: #000000;
/*  background-color: #CCCCCC; */
  background-color: #DCDCDC;
}

.thread_header_div{
  border: 1px solid #666600;
  padding:5px;
  background:#FFFFFF;
  color:993300;
  font-weight:bold;
}
.thread_header_div A {
  color:#ffffff;
}

.thread_title_cell{ 
background-color: #FAFBEE;
}
.thread_header_cell{
  background-color:#FAFBEE;
  font-size: 14px;
}
.thread_body_cell_on{
  background-color:#ffffff;
  border-top: 1px solid #666600;
  font-size: 13px;
}

.thread_body_cell_off{
  background-color:#FAFBEE;
  border-top: 1px solid #666600;
  font-size: 13px;
}

.forum_cell {
  background-color: #FFFFFF;
  color: #000000;
  border-right:0px solid #000000;
  border-top:0px solid #000000;
}

.forums_index_cell{
  border-right:0px solid #000000;
  border-bottom:0px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  /* font-weight:bold; */
}

.forums_index_header{
  border-right:0px solid #666600;
  border-bottom:1px solid #666600;
  background-color: #FFFFFF;
  color: #000000;
  /* font-weight:bold; */
  font-size: 14px;
}

.forums_header{
  border-bottom:1px solid #666600;
  background-color: #FFFFFF;
  color: #993300;
  font-weight:bold;
  font-size: 14px;
}

div.nav ul { 
  list-style:none;
  padding: 0px;
  margin: 0px;
 }

div.nav ul li { 
  font-size:14px;
  font-weight: bold;
 }


div.nav ul li ul  { 
  list-style:none;
  padding-left: 8px;
 }

div.nav ul li ul li { 
  font-size:12px;
  font-weight: normal
 }

