body{
	margin:0px;
	background-color:#fff;
}
.bg_img{
	background:url(images/bg_img.jpg);
	height:533px;
	background-repeat:repeat-x;
}
.text{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	line-height:20px;
}
.heading_text{
	font-family:Tahoma, Verdana, Arial;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
a.text_link{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#FFC000;
	text-decoration:underline;
}
a.text_link:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#FFC000;
	text-decoration:none;
}
