/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/skin/bkleft.jpg);	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}
a:link {
	color: #40206A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #40206A;
}
a:hover {
	text-decoration: underline;
	color: #684D7E;
}
a:active {
	text-decoration: none;
	color: #684D7E;
}
.link:link {
	color: #D9D2E1;
	text-decoration: none;
}
.link:visited {
	text-decoration: none;
	color: #D9D2E1;
}
.link:hover {
	text-decoration: underline;
	color: #ffffff;
}
.link:active {
	text-decoration: none;
	color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Tahoma, Arial;
/*	font-family: Papyrus, Times New Roman;*/
	margin: 0px;
	color: #40206A;
}
h1 {
	font-size: 24px !important;
	line-height: 30px;
}
h2 {
	font-size: 15px !important;
}
h5 {
	font-size: 10px !important;
	margin: 0px;
}
.exh {
	font-size: 32px  !important;
}
.btn {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #D9D2E1;
	background-color: #40206A;
	padding: 5px 0px 5px 10px;
	cursor: hand;
}
.hotbtn {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #C0C6DA;
	padding: 5px 0px 5px 10px;
	cursor: hand;
}
#band {
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;		
	background-color: #FFFF99;
}
#right {
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;	
	height: 100%;
	background-image:url(../images/skin/bkright.jpg); 
}
#table {
	width: 770px;
	background-image: url(../images/skin/horizbk.jpg);
}
.cpright{
	font-size: 8pt;
	color: #40206A;
}
.bw {
	color: #FFFFFF;
	font-size: 8pt;
}
.notice {
	padding: 8px;
	border: solid 2px #40206A;
	background-color: #DECFF1;
}
.booker{
	text-align: left; 
	margin: 10px 10px 10px 0px; 
	color: #40206A; 
	font-weight: normal;
	cursor: pointer;
}
.booker:hover {
	color: Red;
}