/* Article CSS */
/* Band Profiles */
.bandname {
	margin-left:5px;
	font-size:18pt;
	color:white;
	font-weight:bold;
}
.profilehead {
	font-weight:bold;
	color:#FBA61B;
	font-size:11pt;
}
.entry {
	margin-bottom:7px;
}



#tab-body {
	overflow:auto;
}
.tab-body {
	width:100%; /*445*/
	height:100%; /*250*/
	color:black;
	overflow:auto;
}
.tab-body a {
	text-decoration:none;
	color:#FBA61B;
}
.tab-body a:hover {
	text-decoration:underline;
}
#tabmenu {
	margin-left:4px;
	font-weight:bold;
}
#tabmenu .tabactive {
	background-color:white;
	color:#FBA61B;

}
#tabmenu .tabinactive {
	background-color:#999999;
	color:#A47A47;
}
#bottomcol {
	color:#eeeeee;
}

#bottomcol a {
	color:#FBA61B;
	text-decoration:none;
}
#bottomcol a:hover {
	text-decoration:underline;
}




/* Side Boxes */
#newsroom {
	width:300px;
	background-color:white;
}
#newsroom .newstitle {
	text-indent:5px;
	background-color:#fba61b;
	color:white;
	font-weight:bold;
}
#newsroom .newsbody {
	margin-left:4px;
	margin-right:4px;
}

#newsroom .newsbody .newshead, #newsroom .newsbody .headline {
	color:black;
}
#newsroom .newsbody a, #newsroom .newsbody .newshead a, #newsroom .newsbody .headline a {
	color:black;
	text-decoration:none;
}
#newsroom .newsbody a:hover, #newsroom .newsbody .newshead a:hover, #newsroom .newsbody .headline a:hover {
	text-decoration:underline;
}

#article {
	color:white;
	font-size:10pt;
}

#article .headline {
	font-size:12pt;
	font-weight:bold;
}
#article .byline {
	font-weight:bold;
}
#article .byline .credit {}
#article .byline .published {}

#article p {}

#article #related {}



