body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	color:#15076B; /*#010B9D*/
	background:#FDD04F;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;  /*=90%*/
	t1ext-align:center; /*for fixed div*/
}
body {
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "DejaVu Sans", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 20px;
}
body.first {
	background: #FDD04F url(msb/backgtop.jpg);
	background-repeat: repeat-x;
}
#fixed {				/*fixed*/
	m1argin:0 auto; /*centered*/
	width:760px;   /* main width you can use px, em or % */
	t1ext-align:left;
}
a {
	color:#010B9D;
}
a:hover {
	color:#EE0501;
	background:transparent;
	t1ext-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:.6em 0 .3em 10px;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	f1ont-family: "Times New Roman", "DejaVu Serif", FreeSerif, "Palatino Linotype", "Century Schoolbook L", Times, serif;
	font-family: Georgia, "Times New Roman", "DejaVu Serif", "Lucida Bright", "Bitstream Vera Serif", serif;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
}
h1 {
	font-size: 26px;
	line-height: 29px;
	color:#ff3300; /*red*/
	text-align: center;
}
h2 {
	font-size: 22px;
	line-height: 25px;
	color:#080E73; /*blue*/
}
h3 {
	font-size: 19px;
	line-height: 22px;
	color:#339900; /*green*/
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 17px;
}
h6 {
	font-size: 14px;
	line-height: 17px;
}
.pi {
	display:none;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:5px;
}
#ads img {
	display:block;
	padding-top:10px;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
#header {
	b1order-bottom:1px solid #000;
	background-color:#EEBD01;
}
#header img {
	padding:0;
	margin:0;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page =100%*/
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#FDD04F;		/* right column background colour */
}
.leftmenu .colleft {
	right:580px;			/* right column width =75%*/
	background:#EEBD01;	/* left column background colour */
}
.leftmenu .col1 {
	width:575px;			/* right column content width =71%*/
	left:765px;			/* 100% plus left column left padding =102%*/
}
.leftmenu .col2 {
	width:180px;			/* left column content width (column width minus left and right padding) =21%*/
	left:5px;			/* (right column left and right padding) plus (left column left padding) =6%*/
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	b1order-top:1px solid #000;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #666;
}
#footer p {
	padding:10px;
	margin:0;
}
/*toolTip*/
.toolTip {
	background-color: #FFF;
	padding: 1px;
	width: 240px;
	border: 1px solid #CCC;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 16px;
}
.toolTip i {
	display: inline;
	float: right;
	width: 44px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(/gmd2/sprite_star_small.gif);
}
.toolTip i.s5 {
	background-position: 0 -198px;
}
.toolTip i.s4 {
	background-position: 0 -158px;
}
.toolTip i.s3 {
	background-position: 0 -118px;
}
.toolTip i.s2 {
	background-position: 0 -78px;
}
.toolTip i.s1 {
	background-position: 0 -38px;
}
.toolTip i.s0 {
	background-position: 0 0px;
}
.toolTip span {
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 14px;
	padding: 2px;
}
.toolTip span.blue {
	background-color: #003366;
}
.toolTip span.orange {
	background-color: #FF6600;
}
.toolTip span.grey {
	background-color: #666666;
}
.toolTip span.red {
	background-color: #990000;
}
/*hotels*/
.hotels {
	background-color: #FDD04F;
	position: static;
	width: 569px;
	overflow:hidden;
	margin-left: -5px;
}
.hotel {
	border-bottom:1px solid #EEBD01;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.hotel a {
	f1ont-size:14px;
}
.hotel a:hover {
	text-decoration:underline;
}
.hotel:hover {
	background:#EEBD01;
}
.hotel:hover span {
	display:inline;
}
.hotel span {
	display:none;
}
.hotel span a {
	font-size:10px;
	color:#656565;
	margin-left:20px;
}
.hotel span a:hover {
	color:#EE0501;
}
.h1otels H2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
}
