body{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
}
a{
	color: #FF3333;
}
a:hover{
	color: #FFFF99;
	text-decoration: underline;
	background-color: #666666;

}
td{
	font-size: 12px;
}
#bordered img{
	border-color: #FBC0DE;
}
h1{  /*big white*/
	color: #FFFFFF;
	font-size: 16px;
}
.nav-top{  /*medium white*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.nav-top a{
	color: #e0e0e0;
	text-decoration: none;
}
.nav-top a:hover{
	color: #FFFF99;
	text-decoration: none;
}
h3{   /*small Red*/
	color: #FF0033;
	font-size: 12px;
	font-weight: normal;
}
h4{   /*small Black*/
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.small-black {
	font-size: 11px;
	color: #000000;
}
.med-black {
	color: #000000;
}
.tb {  /*medium white*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.tb a{
	color: #e0e0e0;
	text-decoration: none;
}
.tb a:hover{
	color: #FFFF99;
	text-decoration: none;
}
.redText{
	color: red;
}
.ticketLink{
	font-weight: bold;
	font-size: 24px;
}
.ticketLink img{
	border: none;
}

