body
{
	margin: 0px;
	background: #fff;
	font-size: 1em;
	font-family: arial, sans-serif;
	color: #666;
}

.bold
{
	font-weight: bold;
}

.large
{
	font-size: 16px;
	font-weight: bold;
}

.centered
{
	text-align: center;
}

.header
{
	text-align: right;
	height: 150px;
	background: #fff url(/bluebay/images/layout/header_bg.gif) repeat-x top left;
}

.header img
{
	border: 0px;
	margin: 0px;
	padding-top: 106px;
	padding-right: 50px;
}

.navigation
{
	background: #ccc;
	text-align: left;
	font-size: 1em;
	padding-left: 20px;
}

.navigation a
{
	color: #1F3F96;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.navigation a:hover
{
	color: #fff;
	text-decoration: underline;
}

.content
{
	padding: 20px;
}

.imageFloat
{
	float: right;
	margin: 10px;
}

.imageFloat img
{
	border: 1px solid #666;
}

.content h1
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.content a
{
	color: #1F3F96;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover
{
	color: ##1F3F96;
	text-decoration: underline;
}

.clear
{
	background: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.footer
{
	background: #ccc;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	clear: both;
}

.footer p
{
	margin: 3px;
	padding: 0px;
}

.footer a
{
	color: #1F3F96;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.footer a:hover
{
	color: #fff;
	text-decoration: underline;
}


table
{
	width: 90%;
	margin-top: 20px;
	margin: bottom: 20px;
	margin: auto;
}

.tariff td
{
	border-bottom: 1px solid #000;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

.full
{
	width: 250px;
}

tr.hotel
{
	background: #fff url(/bluebay/images/content/blue_bg.gif) repeat-x top left;
	color: #fff;
}

tr.lodge
{
	 background: #fff url(/bluebay/images/content/red_bg.gif) repeat-x top left;
	 color: #fff;
}

