body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	background-color: #dedcdc;
}

#header
{
	color: #000;
	margin: 5px;
	margin-bottom: 10px;
	padding: 15px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
#footer
{
	color: #000;
	margin: 5px;
	margin-top: 10px;
	padding: 15px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	font-weight: normal;
	text-align: center;
}
#body
{
	color: #000;
	margin: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	font-weight: normal;
}
.maintitle
{
	font-size: 24px;
}
.bandtitle
{
	font-size: 18px;
	text-align: center;
}
.bandname {
	font-size: 16px;
	font-weight: bold;
}
.subtitle
{
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
a:link,a:active,a:visited
{
	color : #006699;
}
a:hover
{
	text-decoration: underline;
	color : #DD6900;
}
td
{
	text-align: center;
}
td.img
{
	width: 20%;
}
td.navbar
{
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	font-weight: normal;
}
.quote
{
	padding: 10px;
	border: 1px dotted;
}
input, select, option, textarea
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
img
{
	border-style: none;
}