body {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #ffffff;
	background-image: url("images/main-bg.jpg");
	background-repeat: repeat-x;
}

.style1 {color: #0099ff; font-size: 12px; font-family: verdana; font-weight: bold; }
.style2 {color: #333333; font-size: 11px; font-family: tahoma; font-weight: bold; }

.nav {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.nav a {
	color: #CC6600;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}
.footer a {
	color: #0099ff;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.image {
	border-style: solid;
	border-width: 12px;
	border-color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 11px;
}
.input {
	color: #003366;
	border: 1px solid #0099ff;
	height:18px;
	width:180px;
}
.enquiry {color: #666666; font-size: 11px; font-family: tahoma; }


