@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.content {
	font-size: 12px;
	color: #000;
}
.feat {
	font-size: 12px;
	color: #FFF;
	background-image: url(images/home_bg.jpg);
	background-color: #CC4200;
	background-repeat: no-repeat;
}
h1 {
	color: #006;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #900;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #003;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	color: #F60;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 1px;
}
p {
	text-align: justify;
}
a:link.b, a:active.b, a:visited.b {
	color: #006;
	text-decoration: none;
}
a:hover.b {
	color: #006;
	text-decoration: underline;
}
a:link.w, a:active.w, a:visited.w {
	color: #FFF;
	text-decoration: none;
}
a:hover.w {
	color: #FFF;
	text-decoration: underline;
}
.pagenav {
	font-size: 11px;
	color: #333;
}
a:link.page, a:active.page, a:hover.page, a:visited.page {
	color: #333;
	text-decoration: none;
}
.footer {
	color: #CCC;
	font-size: 12px;
}
td.sep {
	background-image: url(images/seperator.gif);
	background-repeat: repeat-y;
}
td.enquiry {
	background-image: url(images/home_bg.jpg);
	background-color: #CC4200;
	color: #FFF;
	font-size: 12px;
	background-repeat: no-repeat;
}