<!--
html, html body, #wrapper{
	height: 100%;
}
body{
	background: #000000 url(images/jazz-bg.jpg) no-repeat;
}
body, form{
	margin: 0px auto;
}
body, th, td{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;
}
/* font-size: 0.7em*/
a{
	color: #0671A6;
}

a.underlinehover{
	text-decoration: none;
}
a.underlinehover:hover{
	text-decoration: underline;
}
a.yellow{
	color: #fffaa8; text-decoration: none;
}
 a.yellow:hover{
	text-decoration: underline;
 }
a.white{
	color: #ffffff; text-decoration: none;
}
 a.white:hover{
	text-decoration: underline;
 }
 #wrapper{
	clear: both; display: block; margin-left: 24px;
 }
  #layout{
	clear: both; width: 906px; height: 100%;
  }
  
  
   #footer td{
   	color: #999999; font-size: 9px;
   }

  
/*TABLES*/

#forums td{
	line-height: 18px;
}


/*FONT STYLES*/
span.fishyellowtitle{
	color: #fffaa8; font-weight: bold; font-size: 12px;
}
span.fishorangetitle{
	color: #ffa200; font-weight: bold; font-size: 12px;
}
span.bigrorangetitle{
	color: #ffa200; font-weight: bold; font-size: 10pt;
}
span.tracksorangetitle{
	color: #ffa200; 
	font-weight: bold; 
	font-size: 14px;
}
span.smaller{
	font-size: 10px;
}
span.yellow{
	color: #fffaa8;
}
span.orange{
	color: #ffa200;
}

.smallwhite{
	font-size: 9px; color: #ffffff;
}
 .smallwhite a{
	color: #ffffff; text-decoration: none;
 }
  .smallwhite a:HOVER{
	text-decoration: underline;
  }
  
  
.black{
	color: #000000;
}
.darkgrey{
	color: #666666;
}
.lightblue{
	color: #5781c9;
}
.darkblue{
	color: #0671a6;
}
.darkred{
	color: #9f2f23;
}
.buttons, .userinput{
	font-family: tahoma, arial, helvetica, sans-serif; font-size: 11px; color: #333333;
}
 input, textarea{
  margin:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? "-1px 0 -1px 0" : "0");
 }
.nounderline{
	text-decoration: none;
}




//-->