body
{
	margin: 0px;
	background-color: #ffffff;
}
img, form
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.menu
{
	font-family: Tahoma;
	font-size: 11px;
	color: #97abc2;
	text-decoration: none;
	font-weight: bold;
}
.text
{
	font-family: Tahoma;
	font-size: 11px;
	color: #30302c;
	text-decoration: none;	
}
.link
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #30302c;
	text-decoration: none;	
}
.link:hover
{
	text-decoration: underline;	
}
.hotels
{
	font-family: Tahoma;
	font-size: 11px;
	color: #30302c;
	font-weight: none;	
	text-decoration: none;	
}
.hotels:hover
{
	color: #865a77;
	font-weight: bold;
}
.menu:hover
{
	text-decoration: underline;
}
.menub
{
	font-family: Tahoma;
	font-size: 11px;
	color: #865a77;
	text-decoration: none;
	font-weight: bold;
}
.menub:hover
{
		text-decoration: underline;
}
.copy
{
	font-family: Arial;
	font-size: 10px;
	color: #411919;
	text-decoration: none;
}
.details
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #517399;
	text-decoration: none;
}
.details:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #517399;
	text-decoration: underline;
}

div.content{
	color: #636363;
	font-family: Tahoma;
	font-size: 12px;
	margin:0 0 0 65px;
	text-align:justify;
	width:750px;
}

div.content p{
	margin:10px 0;
}

div.content h1{
	font-size: 25px;
	margin:10px 0;
}
div.content h2{
	font-size: 22px;
	margin:10px 0;
}
div.content h3{
	font-size: 20px;
	margin:10px 0;
}
div.content h4{
	font-size: 18px;
	margin:10px 0;
}
div.content h5{
	font-size: 16px;
	margin:10px 0;
}
div.content h6{
	font-size: 14px;
	margin:10px 0;
}

ul.hotels_list {
	display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 17px;
    list-style: none outside none;
    margin: 0 0 10px 36px;
    padding: 0;
    text-align: left;
    width: 135px;
}

ul.hotels_list li a{
	
}

ul.hotels_list li a,
ul.hotels_list li a:link,
ul.hotels_list li a:visited{
	background-image:url('../_img/bullet.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#004d73;
	height:10px;
	padding:0 0 0 20px;
	width:13px;
}

ul.hotels_list li a:hover,
ul.hotels_list li a:active{
	background-image:url('../_img/bullet_hover.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#004d73;
	height:10px;
	width:13px;
}
