body
{ 
	font-family: arial, helvetica, sans serif;
	color: #666;
	font-size: x-small;
	background-image:  url(images/faded_background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
}

table
{
	font-size: x-small;
	color: #666;
}

#cloud
{
	background-image:  url(images/cloud_strip2.gif);
	background-repeat: repeat-y;
}

.menu
{
	font-family: arial, helvetica, sans serif;
	background-color: #fff;
	font-weight: bold;
	font-size: x-small;
}

.menu a 
{
	color: #31703A;
	text-decoration: none;
}

.menu a:visited 
{
	color: #31703A;
	text-decoration: none;
}

.menu a:hover
{
    color: #A63E24;
	text-decoration: none;
}

#content
{
	color: #666;
    background-color: #fff;
	padding-top: 35px;
    padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
}

h1
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: medium;
	color: #31703A; /* green */
}

h2
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #31703A;
}

a
{
	color: #A63E24; /* red */
	text-decoration: underline;
}

a:visited
{
    color: #A63E24; /* red */
	text-decoration: none;
}

a:hover
{
    color: #31703A; /* green */
	text-decoration: underline;
}

.footer
{
	font-family: arial, helvetica, sans serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666;
}

.tblhead
{
	background-color:#A63E24; /* red */
	color:White;
}

.tblstyle
{
	padding: 2px 2px 2px 2px;
	border:  1px solid #A63E24; /* red */
}

.white
{
	color: #fff;
	font-weight: bold;
	font-size: x-small;
}

.green
{
	background-color: #31703A;/* green */
}

.rent
{
	color: #31703A;/* green */
	font-weight: bold;
	font-size: x-small;
}

.blue
{
	color: #A63E24; /* red */
}

.border
{
	border: 1px solid #A63E24;
}

.small
{
	font-size: 80%;
}


.right{
	float: right;
	margin: 0px 0px 5px 10px;
}

.enquiry
{
	float: left;
	width: 100px;
}