/* Define Tags */
body { 
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#2A2A2A;	
	line-height:1.5em;
} 

a, a:visited, a:hover {	
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#2A2A2A;	
	text-decoration:underline;
	line-height:1.5em;
	}
a:hover {
	color:#000;	
	}

	
h1, h2, h3, h4, h5, h6 {
	margin:2px 0 10px 0;
	font-family:Verdana,Arial,Helvetica; 
	color:#FFF;
	border-bottom:2px solid #375F5F;
	}
h1 {
	font-size:18px;
	text-transform:uppercase;
	color:#1f84ff;
	padding:10px 0 10px 0;
	}
h2 {
	color:#7b5123;
	font-size:14px;
	border-bottom:0;
	}
h3 {
	font-size:12px;
	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
hr { 
	height:1px;
	color:#000000;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
ul, ol, li {	
	line-height:1.5em;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;
	}
	ul.arrow {
		padding:10px;
		margin:0;
		list-style-type: none;
		}
		ul.arrow li {
			padding-left:20px;
			background:url(images/list_arrow.gif) left no-repeat;
			}

/* Custom Class Names */
p, span, .copy, .bold, .copySmall, .copyLarge, .form, .button, .hdr, .subHdr, .error{
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#2A2A2A;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	height:17px;
	}
	
.button { 
	color:#fff; 
	font-weight:800; 
	background-color:#363636;
	border:1px solid #0c5ab9; 
	cursor:pointer;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#000;	
	}
.subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#FFF;	
	line-height:1em;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}

.pagelist { /* CAN'T BE AN ID CONTAINER BECAUSE IE SUCKS */
	float:left;
	}
.pagelist ul {
	list-style-type:square;
	}
	.pagelist ul li {
		line-height:1.5em;
		}
	.pagelist ul li a,.pagelist ul li a:visited,.pagelist ul li a:hover {
		text-decoration: underline;
		padding: .2em .5em;
		color: #474747;
		}
		.pagelist ul li a.thispage {
			background-color:#e5cd57;
			}
		.pagelist ul li a:hover {
			text-decoration: none;
			color: #7b5123;
			}
.clear {
	clear:both;
	}
	
.dropcap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#7b5123;
	font-family: georgia, times;
	}
	
.indent {
	text-indent:1.5em;
	}
	
/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/
 
td.roster{
	vertical-align:top;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	line-height:20px;
	padding-top:66px;
	padding-left:10px;
}

.roster a, .roster a:visited, .roster a:hover{
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	color:#000000;
	text-decoration:none; 	
	}
	.roster a:hover{
		color:#666666;
		}
#artistName{
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	color:#000000;
	text-decoration:none; 	
}
 
 .menu .options {
	text-decoration:none;
	margin-right:1px;
	margin-bottom:1px;
	border-top:1px;
	border-right:1px;
	border-bottom:1px;
	border-left:1px;
	border-color:#0c5ab9;
	border-style:solid;
	background-color:#191919;
	}
.menu a, .menu a:visited, .menu a:hover {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;	
	color:#0c5ab9;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:transparent;
	}
.menu a:hover {
	text-decoration:none;
	background-color:#a3a3a3;
	color:#fff;
	}
 