body
{ 
	font-family: century gothic, arial, helvetica, sans serif;
	color: #666;
	font-size: x-small;
	background-image: url(images/faded_background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #e3e2e2;
	margin-top: 0px;
	margin-bottom: 10px;
}

table
{
	font-size: x-small;
	color: #666;
}

#menu
{
	background-color: #fff;
	padding-right: 10px;
	padding-top: 8px;
	font-family: century gothic, arial, helvetica, sans serif;
	background-image: url(images/menu_strip.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: x-small;
}


#menu li
{
	display: inline;
	margin-left: 20px;
	list-style: none;
}

#menu a
{
	color: #666;
	text-decoration: none;
}

#menu a:hover
{
    color: #4065ad;
	text-decoration: none;
}

#content
{
	color: #666;
    background-color: #fff;
    padding-left: 20px;
	padding-right: 5px;
}

#sidecontent
{
    background-color: #fff;
}

h1
{
	font-family: century gothic, arial, helvetica, sans serif;
	font-weight: bold;
	font-size: medium;
	color: #666;
}

h2
{
	font-family: century gothic, arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #666;
}

a
{
	color: #4065ad; 
	text-decoration: underline;
}

a:visited
{
    color: #4065ad; 
	text-decoration: none;
}

a:hover
{
    color: #4065ad;
	text-decoration: none;
}


#footer
{
	background-image:   url(images/menu_strip.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	font-family: century gothic, arial, helvetica, sans serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 15px;
}

.red {
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #da393e;
}

	.red a, .red a:hover, .red a:visited{
				    color: #da393e;
				    text-decoration: underline;
			        }

.blue
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #0087cc;
}

	.blue a, .blue a:hover, .blue a:visited{
				    color: #0087cc;
				    text-decoration: underline;
			        }

.green
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #44b74e;
}

	.green a, .green a:hover, .green a:visited{
				    color: #44b74e;
				    text-decoration: underline;
			        }

.orange
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #ed9304;
}

	.orange a, .orange a:hover, .orange a:visited{
				    color: #ed9304;
				    text-decoration: underline;
			        }


.right{
	float: right;
	margin-left: 10px;
}

label.enquiry
{
	width: 160px;
	float: left;
}

.borderbottom{
	border-bottom: 1px solid #666;
}

.border{
	border: 1px solid #666;
}

td.backgroundgrey{
	background-color: #F2F0EF;

}

img {
	border: none;

}