@charset "utf-8";
/* CSS Document */
body{
	background-color:#EBF0FA;
	margin:0 15px 0 15px;
	font-family:Tahoma;
	font-size:12px;
	color:#000;
}
a:link, a:visited{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a:hover{
	font-size:12px;
	color:#7E7E7E;
	text-decoration:none;
}
a:active{
	font-size:12px;
	color:#CC0000;
	text-decoration:none;
}
.button_padding{
	padding-top:8px;
}
#banner_gap{
	background:url(images/top_centre_bit.gif) repeat-x;
}
#body_linebg{
	background-image: url(images/body_linebg.gif);
	background-repeat: repeat;
}
.body_left{
	background:url(images/body_left.gif) repeat-y;
}
.body_right{
	background:url(images/body_right.gif) repeat-y;
}
.normal{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
}
.enquiry{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	border:1px solid #000;
	background-color:#E9E9E9;
}
.normal-justify{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
}