body {
	background: #E6E6D9;
	padding: 0px;
}

body, td {
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {

	font-size: 18px;
	font-weight: normal;
}

.header {
	background: url(../raster/header.jpg) no-repeat;
	height: 109px;
}

.footer {
	background: url(../raster/footer.jpg) no-repeat;
	overflow: hidden;
	color: #73734F;
}

a {
    color: #4864BA;
}

a:hover {
    text-decoration: none;
}

.footer td {
	font-size: 10px;
}

.footer  a {
	color: #73734F;
	margin-left: 2px;
	margin-right: 2px;
}

.footer  a:hover {

	text-decoration: none;
}

.mainBody {
	background: url(../raster/bgrpt.jpg) repeat-y;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
}

.link_arrow a {
	color: #666666;
	background-image: url(../raster/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.link_arrow a:hover {
	text-decoration: none;
}

.navigation {
	background: #7B8554;
	padding: 5px;
	text-align: right;
	height: 10px;
}

.navigation a {
	margin-left: 5px;
	margin-right: 10px;
	color: #ffffff;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.box {

	background: #F2F2EC;
	border: solid 1px #F2F2EC;
	cursor: pointer;
}

.boxHover {

	background: #F2F2EC;
	border: solid 1px #DBDBCA;
	cursor: pointer;
}

.tabBox {
	background: #F2F2EC;
	border: 1px solid #E3E3D7;
	border-top: none;
	vertical-align: top;
	padding: 10px;
}

.tabContentSelected {
	display: inline-table;
}

.tabContent {
	display: none; 

}

.tab {
	background: #ffffff;
	border-top: 2px solid #F2F2EC;
	border-right: 2px solid #F2F2EC;
	border-bottom: 1px solid #E3E3D7;
	cursor: pointer;
	font: 12px Arial, Helvetica;
	color: #73734F;
	text-decoration: underline;
}

.tabSelected {
	background: #F2F2EC;
	border: 1px solid #E3E3D7;
	border-bottom: none;
	cursor: default;
	font: 12px Arial, Helvetica;
	color: #73734F;
	font-weight: bold;
}

.infoBar {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 100%; 
	padding: 8px; 
	background: #FFFFE1; 
	border-bottom: solid 1px #000000; 
	font-size: 11px; 
	cursor: default;
}

h2 {
	font-size: 16px;
	margin: 10px 0 0 0;
}

a img {
    border: solid 1px #4864BA;
}

#enquire_form th {
	text-align: left;
	font-size: 12px;
	background-color: #F2F2EC;
	font-weight: bold;
}

#enquire_form table {
	border: 2px solid #F2F2EC;
}
