/* CSS Document */

/* Sitewide styles */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.medium_text { font-size: 12px }
.head_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #660000;
}
.subhead_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
}
.dark_red { color: #660000; }
INPUT { 
	background-color: #660000;
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 8pt;
}

/* styles specific to Show Template */

.showdata_centered { text-align: center }

.date_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #660000;
}
.date_large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #660000;
}
.band_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
}

/* for Calendar items */

/* to bold the ": DETAILS :" links */

.details {font-weight: bold}


