body {
	margin: 0px;
	background-image: url(images/bg.jpg);

}
.main-table {
	background-color: #FFFFFF;

}
.top-line {
	background-image: url(images/bgcolor-1.jpg);
	height: 5px;
}

/* Right side td padding [ Top, Bottom, Right] */
.b-td-t-r-b-p 
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p 
{
	line-height: 18px;
	font-size: 12px;
}

/* banner center td [Background image, rightside border and leftside broder] */
.b-td-c 
{
	background-image: url(images/bgcolor-1.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* td - top border color */
.td-brd-t-c 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.updated 
{
	font-size: 22px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

/* td - right side border color */
.td-brd-r-c 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #336699;
	margin: 0px;
	font-weight: normal;


}

.td-padding 
{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

a
{
	text-decoration: none;
	color: #336699;
}

.special 
{
	font-size: 13px;
	color: #336699;
	font-weight: bold;
}

.click-here 
{
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	line-height: 22px;
}

/* Image Align */
.leftside-img-align 
{
	float: left;
	margin-right: 10px;
}

/* text color */
.red-color 
{
	color: #FF3300;
}

/* footer td - padding */
.bottom-td-p 
{
	padding: 20px;
	color: #FFFFFF;
	line-height: 18px;
	background-image: url(images/bgcolor-1.jpg);
}

a:hover 
{
	text-decoration: underline;
}

.underline 
{
	text-decoration: underline;
}

/* td - leftside border color, leftside padding , width and height*/
.td-brd-l-c-p 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #336699;
	padding-left: 10px;
	width: 540px;
	height: 350px;
}

/* Reservation Form - input tag [background color, border] */
.res-form 
{
	background-color: #E9F0F8;
	border: 1px solid #99BADF;
}

/* Heading 1 */
h1 
{
	font-size: 22px;
	margin: 0px 0px 15px;
}

/* leftside menu  td width */
.l-m-td-w 
{
	width: 235px;
}

/* Black color links */
.black-color 
{
	color: #000000;
	text-decoration: none;
}

/* Black color links with underline */
.b-c-u 
{
	color: #000000;
	text-decoration: underline;
}

/* heading 3 */
h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;

}
.play-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	margin-bottom: 10px;
}
.ul-text-lineheight {
	line-height: 35px;
}
