/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font: 62.5% Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


div.news dl {
	font-size:1.2em;
	}
div.news dl dt {
	color:#FF0066;
	margin-top:5px;
	font-weight:bold;
	}
div.news dl dt a{
	color:#FF0066;
	}
div.news dl dt a:hover{
	color:#ff3333;
	}
div.news dl dd {
	color:#333;
	margin-bottom:10px;
	}

div.booking p, div.verify p {
	color:#333;
	font-size:1.2em;
	margin-top:7px;
	}
div.step p{
	width:30px;
	text-align:center;
	display:inline;
	float:left;
	font-size:2em;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial;
	background:#F0F0F0;
	color:#333;
	padding:5px;
	margin:0;
	}
div.step h2 {
	float:left;
	color:#FFF;
	background:#999;
	font-size:2em;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial;
	padding:5px 10px;
	margin-left:5px;
	}
	
div.booking table {
	color:#333;
	font-size:1.3em;
	}

td.note p {
	background:#FFEFE5;
	padding:5px 10px;
	color:#666;
	font-size:1em;
	margin:0;
	}

div.other p {
	color:#333;
	font-size:1.2em;
	}
div.other ul {
	color:#333;
	font-size:1.2em;
	margin:5px 0;
	}
div.other ul li{
	margin:2px 15px;
	}
	
div.myright p {
	color:#333;
	margin:10px 0 10px 30px;
	font-size:1.2em;
	line-height:1.5em;
	}
	
div.about p, div.news p{
	color:#333;
	font-size:1.2em;
	margin:0.5em 0;
	line-height:1.5em;
	}	
div.about ul, div.news ul{
	color:#333;
	font-size:1.2em;
	line-height:1.6em;
	margin:8px 0 0 -15px;
	padding:0
	}
div.about ul li a, div.news ul li a{
	color:#333;
	}
div.about ul li a:hover, div.news ul li a:hover{
	color:#666;
	}
	
div.news h2 {
	color:#666;
	font-size:1.6em;
	margin:1em 0 0.4em 0;
	}
/* =Headings
--------------------------------------------------------------------------------

h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}*/
/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}
/*p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
*/