/* CSS Document */

body{
	margin:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(images/background.gif);
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#08457B;
}
b{
	font-size:11px;
	color:#ff0000;
}
.headerbg{
	background:url(images/header-bg.gif);
}
.border{
	border-left:#6A97BA solid 2px;
}
.sideheaddings{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#08457B;
}
.content{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.Validator{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	vertical-align:middle;
}
.sidebar{
	background:url(images/sidebar.gif) left no-repeat;
	color:#ffffff;
	height:25px;
	padding-left:15px;
	font-weight:bold;
	padding-top:3px;
}
.contactus{
	color:#ff0000;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.link{
	text-decoration:none;
	color:#000000;
}
.link:hover{
	text-decoration:underline;
	color:#ff0000;
}
.enquirybg{
	background:url(images/enquirybg.gif) left repeat-x;
}
.buttonone{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #000000;
	height: 21px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but-bg.gif);
}
.buttontwo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #0F4F84;
	height: 23px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but1-bg.gif);
}
.textfield{
	width:160px;
	height:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#06497F solid 1px;
}
.textarea{
	width:210px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#06497F solid 1px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align:left;
}
