/* CSS Document */
body{ background:url(background.gif)}

table.rooms
{
	text-align: center;
}

.capital
{
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
	font-weight: 600;
}

td.tdcenter
{
	width: 60%;
}

div.topimages
{
	text-align: center;
}

table.topimages
{
	width: 100%;
	text-align: center;
}

table.toptable
{
	width: 100%;
}

table.maintable
{
	width: 100%;
	background-color: #FFFFFF;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #0033FF;
}

div.copyright
{
	text-align: center;
	font-size: 12px;
	color: #333333;
}

hr.copyright
{
	color: #CDE7D1;
}

div.copyright a
{
	color: #003300;
	font-size: 12px;
	background-color: #FFFFFF;
	border: none;
}

div.copyright a:link
{
	color: #003300;
	font-size: 12px;
	background-color: #FFFFFF;
	border: none;
}

div.copyright a:active
{
	color: #003300;
	font-size: 12px;
	background-color: #FFFFFF;
	border: none;
}

div.copyright a:visited
{
	color: #003300;
	font-size: 12px;
	background-color: #FFFFFF;
	border: none;
}

div.copyright a:hover
{
	color: #003300;
	font-size: 12px;
	background-color: #FFFFFF;
	border: none;
	text-decoration: underline;
}


.headerbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}

td.leftfront
{
	background: url(topline.gif) repeat-y;
}

td.topfront
{
	background: url(top2.gif) repeat-x;
}

td.toptd
{
	background: url(top2.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
}

td.contents
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002000;
	text-align: justify;
}

td.advert
{
	background: url(advert2.gif) repeat-y;
	width: 40px;
}

td.menuleft
{
width: 100px;
}

table.maintable
{
	width: 100%;
	border: none;
}
table.menuleft
{
	width: 100%;
}

table.menuleft a
{
	width: 140px;
	height: 20px;
	border: none;
	display: block;
	text-align: center;
} 

div.menuleft a
{
	color: #FFFFFF; 
	background-color: #CDE7D1;
	background: url(menu.gif) no-repeat;
	text-decoration:none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px; 
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
}


/*We then specify the link colours including the hover styles which creates our highlight effect:*/

div.menuleft a:link
{
	color: #FFFFFF; 
	background-color: #CDE7D1;
	background: url(menu.gif) no-repeat;
	text-align: center;
}

div.menuleft a:active
{ 
	color: #FFFFFF; 
	background-color: #CDE7D1; 
	background: url(menu.gif) no-repeat;
}

div.menuleft a:visited
{
	color: #FFFFFF; 
	background-color: #CDE7D1;
	background: url(menu.gif) no-repeat;	
	text-align: center;
}

div.menuleft a:hover
{
	color: #FFFFFF;
	background-color: #003300;
	background: url(menuhov.gif) no-repeat;	
	padding: 2px 5px;
	font-weight: bold;
}