td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 2px;
	padding: 5px;
}
.text th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e9a666;
	letter-spacing: 2px;
	padding: 5px;
}


.tablebg { 
	background-attachment: fixed;
	background-image: url(images/tablebg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.tablebgbook { 
	background-attachment: fixed;
	background-image: url(images/tablebg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #FFFFFF;

}
.err {color: #FF0000}

.header {
	font-size: 12px;
	color: #e9a666;
	font-weight: bold;
}
.contact {
	font-size: 10px;
}

.smdate {
	color: #b45333;
	font-size: 11px;
}
.smtitle {
	color: #dddddd;
	font-size: 11px;
}
.footer {
	color: #dddddd;
	font-size: 11px;
}
a {
	color: #b45333;
	text-decoration: none
}
a:hover {
	color: #999999;
}
.menu a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menu a:hover{
	color: #000000;
	text-decoration: none
}

.thinborderW {border: 1px solid #FFFFFF;}
.thinborderW th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 2px;
	padding: 5px;
}
.thinborderWLB {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
}
.thinborderWRB {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
}
.thinborderWLRB {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #fffff;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #ffffff;
	line-height:18px;
	z-index:300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid ffffff;
padding: 2px 0;
text-decoration: none;
	letter-spacing: 1px;
	color: #cccccc;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #cccccc;
	color: #000000;
}
