body {
	background-color: #3E0F0F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

.guests { /*Used in the bio for the tracks*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #F0E6D1;
	font-weight: normal;
}
strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #F0E6D1;
	text-decoration: none;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #F0E6D1;
	text-decoration: none;
	font-weight: bold;
}

.headerlinks{
	font-size:14px;
	color: #FFFFFF;
	text-decoration: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* data table */
.dataTableHeadingRow { background-color: #C0A383; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #FFFFFF; }
.dataTableRowOdd { background-color: #F0E8E1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

thead{
	background-color: ##C90914;
	font-weight: bold;
}
sm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

a {
	color: #F0E6D1;
	text-decoration: none;
}

.by {
	color: #98968C;
	text-decoration: none;
	font-size: 7pt;
}

a:hover {
	color: #98968C;
	text-decoration: underline;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #ffffff;
	background-color: #000000;
	/*border: thin #000000;*/
}

input.radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	/*color: #5E5840;
	background-color: #D7D3C4;*/
	/*border: thin #000000;*/
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #5E5840;
	background-color: D7D3C4;
	border: thin outset #99CCFF;
}


select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #5E5840;
	/*background-color: #FDFAEF;*/
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #5E5840;
	background-color: D7D3C4;
}
.smallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.largeText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
}