/* CSS Document */

body{
	margin:0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(images/bg.gif);
	
}
.marque_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}
.top_bg{
	background:url(images/top-bg.gif) repeat-x;
}
.headding_bg{
	background:url(images/headdings-bg.gif) repeat-x;
	font-weight:bold;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	line-height:35px;
}
.link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#00FF00;
	text-decoration:underline;
	line-height:35px;
}
.contact{
	color:#00FF00;
	font-weight:bold;
}
.table_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}
.table_text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left:10px;
}
.table_text3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2E5006;
	padding-left:20px;
	
}
.enquiry_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.enquiry_text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.txtfield{
	width:150px;
	height:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.txtarea{
	width:165px;
	height:60px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.cssbutton{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #000000;
	height: 30px;
	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);
	}
.footer_bg{
	background:url(images/footer-bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
.desig{
	color:#ffffff;
	
}	
.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;
}
