body {
	background-image: url(Images/MainBGColour.gif);
	margin-top: 10px;	
}
.OuterTable {
	border-width: 1px;
	border-style: solid;
	border-color: #636B82;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.Enquiry {
	font-weight: bold;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #636B82;
}
A{
    TEXT-DECORATION: none;
	COLOR: #636B82
}
A:visited{
    TEXT-DECORATION: none;
	COLOR: #636B82
}
A:hover{
    TEXT-DECORATION: underline;
	COLOR: #D6DEEE
}
.link{
    TEXT-DECORATION: none;
	COLOR: #636B82
}
.link:visited{
    TEXT-DECORATION: none;
	COLOR: #636B82
}
.link:hover{
    TEXT-DECORATION: underline;
	COLOR: #666666
}
li {
	color: #636B82;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	list-style-image: url(Images/list.gif);
	padding-bottom: 5px;
}
.Border {
	border: 1px solid #636B82;
}
.BorderBotR {
	font-size: 11px;
	border-right: 1px solid #636B82;
	border-bottom: 1px solid #636B82;
}
.BorderR {
	font-size: 11px;
	border-right: 1px solid #636B82;
}
.BorderBot {
	font-size: 11px;
	border-bottom: 1px solid #636B82;
}
.MenuText{
	font-size: 14px;
}
.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 100%;
padding: 0 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #666666;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
color: #666666;
content: " v";
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #D6DEEE;
width: 230px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
}
.heading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 120px;
}
.FormBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}