/* Global */
a:link {	
	color: #878787;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}
a:visited {
	color: #878787;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #464646;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}
a:active {
	color: #878787;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}

select, input {
	font: 10px Arial, Helvetica, sans-serif;
}

.footer {
	font-size: 11px;
	text-align: left;
	color: White;
	padding: 3px 10px 3px 10px;
}

body, td, textarea, button {
	font: 12px Arial, Helvetica, sans-serif;
	color: Gray;
}

.search {
	color: White;
	font-weight: bold;
}

.language {
	text-align: center;
	color: #bf5f04;
	font-weight: bold;
}

ul {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





/* Menu navigation */


.contentTitle {
	color: #4876c2;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
}

.content {
	color: #4876c2;
	line-height: 170%;
	margin-left: 30px;
	margin-top: 3px;
	margin-right: 20px;
}







/* Menu navigation */
.bandName {
	color: #ff302e;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}


.bandName:hover {
	color: #af0c0a;
}

.bandInfo {
	color: #878787;
	text-align: left;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 10px;
	text-decoration: none;
}

.bandInfo:hover {
	color: #464646;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}