.header
{
	font: bold 10pt Tahoma; 
	color: #222;
	margin-left: 10px; 
	color: white;
}

.searchTextCell
{
	vertical-align: middle;
	height: 34px;
	background: url(../images/SearchBackground.png) repeat-x;
}

.searchText
{
	text-align: left;
	vertical-align: middle;
	font: bold 9pt Arial;
	background-color: transparent;
	color: #000066;
	border: none;
}

.metal
{
	border: 1pt solid black;
	background-color: transparent;
	background-image: url(../images/MetalButton.jpg);
	font: bold 9pt Arial;
}

p,.para
{
	text-align: left;
	vertical-align: middle;
	font: normal 10pt Tahoma;
	background-color: transparent;
	color: #ccc;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.normal
{
	vertical-align: middle;
	font: normal 8pt Tahoma;
	background-color: transparent;
	color: #666;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.button-text
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #666;
}

.news-header
{
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #f00;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-subheader
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-dates
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #666;
}

.table-label
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #A00;
	background-color: #000000;
}

.table-text
{
	text-align: left;
	vertical-align: top;
	font: normal 9pt Tahoma;
	color: #666;
	border: none;
}

.form-label
{
	text-align: right;
	vertical-align: top;
	background-color: transparent;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.form-input
{
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border: none;
}

.fixed 
{
 	position: fixed; /*this is the stuff that will NOT scroll when scrolling--it stays fixed */
	top: 50%;
	left: 35%;
	display: none;
	/* position: expression("absolute");
	top: expression(eval(document.body.scrollTop)+0);
	 */
}

.song-title
{
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #600;
}

.song-info
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}


