body {
	background-color:#FFFFFF;
	background-image:url(images/sky.jpg);
	background-repeat:repeat-x;
	margin:0;
}
body a {color: #3366cc; text-decoration: none; }
body a:hover {color: Green; text-decoration: none; }
h1 {
	color: #999999;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	color: #999999;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style1 {
	color: #003366;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #999999;
	font-size: 28px;
	font-family: tahoma;
	font-weight: normal;
}
.nav {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}
.nav a {
	font-weight:bold;
	color: #3366cc;
	text-decoration: none;
}
.nav a:hover {
	font-weight:bold;
	color: green;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
.footer a {
	color: #3366cc;
	text-decoration: none;
}
.footer a:hover {
	color: green;
	text-decoration: underline;
}
.top-nav {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}
.top-nav a {
	color: white;
	text-decoration: none;
}
.top-nav a:hover {
	color: #33FF33;
	text-decoration: underline;
}
.content {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
}
.content a {
	color: #3366cc;
	text-decoration: none;
}
.content a:hover {
	color: #3366cc;
	text-decoration: none;
	text-decoration: underline;
}
.quotes {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.input {
	color: #003366;
	border: 1px solid #0099ff;
	height:18px;
	width:180px;
}
.enquiry {
	color: #666666;
	font-size: 11px;
	font-family: tahoma;
}
.image {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
