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: 20px; 
  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
 }

button.cupid-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 4px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
}

button.cupid-green:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

button.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

