body {
	margin: 0px;
	font-family: "Tw Cen MT Condensed";
	font-size: 16px;
}

.head {
	background-image: url(img/head_repeat.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.head_blue {
	background-image: url(img/head_blue_repeat.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.head_yellow {
	background-image: url(img/head_yellow_repeat.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.space
{
	width: 120px;
}

.topmenu {
	background-color: #520A1E;
	background-image: url(img/topmenu.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 21px;
	background-position: left;
	margin: 0px;
	padding: 0px;
}

.topmenu a{
	font-size: 18px;
}

.topmenu a:hover {
	text-decoration: none;
	color: White;
	background-color: #C11A48;
}

.topmenu a:link, a:visited {
	text-decoration: none;
	color: White;
}

.topmenu_blue {
	background-color: #1B2C3F;
	background-image: url(img/topmenu_blue.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 21px;
	background-position: left;
	margin: 0px;
	padding: 0px;
}

.topmenu_blue a{
	font-size: 18px;
}

.topmenu_blue a:hover {
	text-decoration: none;
	color: White;
	background-color: #B5C3DA;
}

.topmenu_blue a:link, a:visited {
	text-decoration: none;
	color: White;
}

.topmenu_yellow {
	background-color: #823115;
	background-image: url(img/topmenu_yellow.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 21px;
	background-position: left;
	margin: 0px;
	padding: 0px;
}

.topmenu_yellow a{
	font-size: 18px;
}

.topmenu_yellow a:hover {
	text-decoration: none;
	color: White;
	background-color: #FFC977;
}

.topmenu_yellow a:link, a:visited {
	text-decoration: none;
	color: White;
}

.leftmenu {
	background-color: #A4133A;
	text-align: right;
	width: 120px;
}

.leftmenu a {
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	width: 100%;
	font-size: 16px;
}

.leftmenu a:hover {
	text-decoration: none;
	color: White;
	background-color: #C11A48;
}

.leftmenu a:link, a:visited {
	text-decoration: none;
	color: White;
}

.leftmenu_blue {
	background-color: #546C92;
	text-align: right;
	width: 120px;
}

.leftmenu_blue a {
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	width: 100%;
	font-size: 16px;
}

.leftmenu_blue a:hover {
	text-decoration: none;
	color: White;
	background-color: #B5C3DA;
}

.leftmenu_blue a:link, a:visited {
	text-decoration: none;
	color: White;
}

.leftmenu_yellow {
	background-color: #FD9800;
	text-align: right;
	width: 120px;
}

.leftmenu_yellow a {
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	width: 100%;
	font-size: 16px;
}

.leftmenu_yellow a:hover {
	text-decoration: none;
	color: White;
	background-color: #FFC977;
}

.leftmenu_yellow a:link, a:visited {
	text-decoration: none;
	color: White;
}

.repertoir {
	background-image: url(img/repertoir.gif);
	background-repeat: repeat-y;
	color: White;
	font-size: 16px;
	padding: 2px;
}

.repertoir_blue {
	background-image: url(img/repertoir_blue.gif);
	background-repeat: repeat-y;
	color: White;
	font-size: 16px;
	padding: 2px;
}

.repertoir_yellow {
	background-image: url(img/repertoir_yellow.gif);
	background-repeat: repeat-y;
	color: White;
	font-size: 16px;
	padding: 2px;
}

.input_new {
	background-color: yellow;
	border: 1px solid #1C5180;
}

.input {
	background-color: white;
	border-width: 1px;
	border: 1px solid #1C5180;
}

.all_noborders {
	font-size: 16px;
	width: 470px;
}

.main {
	margin: 10px;
	width: 470px;
}

.delete {
	color: red;
	font-size: 16px;
}

.language {
	text-align: center;
}

.just {
	text-align: justify;
}

.center {
	width: 470px;
	text-align: center;
}

.band_detail td {
	border-bottom: 1px solid Gray;
}

.mp3 a {
	background-image: url(img/play01_of.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-decoration: none;
}

.mp3 a:hover {
	background-image: url(img/play01_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.video a {
	background-image: url(img/play01_of.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-decoration: none;
}

.video a:hover {
	background-image: url(img/play01_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

