body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-image:url(bg.gif);
	background-repeat: repeat;
}
.ab_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-image:url(ab-bg.png);
	background-repeat: repeat;
}
td {
	text-align:left}
	
a:link, a:visited{
	color: #FFF;
	font-size:19.5px;
	text-decoration: none;
}
a:hover{
	color: #24a2dc;
	font-size:19.5px;
}
.centerbg {
	background-image:url(centerbg.png);
	background-repeat:no-repeat;
}
.sitemap {
	text-align:center;
	font-size:12pt;
	color:#FFF;
	letter-spacing:2px}
.home_content {
	text-align: justify;
	padding-top:55px;
	padding-left:55px;
	padding-right:55px;
	font-size:14pt;
	color:#414141;
}
.aboutus_title {
	padding-top:25px;
	font-size:28pt;
	font-weight:bold;
	padding-bottom:5px;
}
.aboutus_content {
	text-align: justify;
	padding-top:20px;
	padding-right:55px;
	font-size:12pt;
	color:#6e6f71;
}
.aboutus_content1 {
	text-align: justify;
	padding-top:20px;
	font-size:13pt;
	color:#6e6f71;
}
.aboutus a{
	color:#ec1c24;
	text-decoration: underline;
	font-weight:bold;
	font-size:14px
}
.service_content {
	text-align: justify;
	font-size:11pt;
	color:#6e6f71;
}
.service_title {
	font-size:14pt;
	font-weight:bold;
	color:#309fe4
}
.ex_title	{
	font-weight:bold;
	color:#ec1c24}
	
.contactus_content {
	padding-top:0px;
	padding-left:65px;
	font-size:14pt;
	color:#6e6f71;
	line-height:120%
}
.head3 { 
	font-weight:bold;
	color:#309fe4
}

.click{
	float: right;
}

#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:500px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:0px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Arial, Helvetica, sans-serif;
		line-height:130%;
		color: #6e6f71;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:25px;
		height:460px;	/* Total height - 40 pixels */
		border:0px solid #BC8FBD;
		background-image: url(scroll-bg.png);
		background-position:center;
		background-repeat:no-repeat;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:2px;
		background-color:;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:0px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:0px;
	}
	#scrolldiv_scrollDown{
		margin-top:0px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Arial, Helvetica, sans-serif;
	}