@charset "utf-8";
/* CSS Document */

body { 
	background-image: url(../images/redsatin.jpg); 
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	color:#c0c0c0;
	height: 1px;
}

a:link {
	color:#990000;
}

a:visited {
	color:#990000;
}

a:active {
	color:#990000;
}

a:hover {
	color:#FF0000;
}

a.musician {
	text-decoration:none; 
	color:#606060;
}

a.musician:hover {
	text-decoration:none; 
	color:#A00000;
}

table.main {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}
table.main th {
	border-width: 1px;
	padding: 15px;
	border-style: solid;
	border-color: #dddddd;
	background-color: white;
	-moz-border-radius: ;
}
table.main td {
	border-width: 1px;
	vertical-align: top;
	padding: 15px;
	border-style: solid;
	border-color: #dddddd;
	background-color: white;
	-moz-border-radius: ;
}

table.plain{
	border-width: 0px; 
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table.plain td {
	border-width: 0px;
	vertical-align: top;
	padding: 0px;
	border-style: none;
	-moz-border-radius: ;
}

#bluehead {
	font-family: Georgia,'Times New Roman',Times,Serif; 
	font-size: 18px; 
	color: #000099;
}

#redhead {
	font-family: Georgia,'Times New Roman',Times,Serif; 
	font-size: 22px; 
	color: #990000;
}

#bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px; 
	color:#606060; 
	line-height:16pt;	
}

#concerttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#606060;
}

#redconcerttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#990000;
}

#smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:9px; 
	color:#606060; 
	line-height:10pt;	
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:9px; 
	color:#606060; 
}

