@charset "utf-8";
/* CSS Document */
.body{
	margin: 0px;
	padding: 0px;
}
.bg{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.white_txt{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.white_bold{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.content_bg{
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
}
.search_txt{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txt_filed{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bottom_bg{
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
}
.footer_bg{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.footer_txt{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_links{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_links:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFB400;
	text-decoration: none;
}
.content_txt{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



.content_bg2{
	background-image: url(../images/content_bg2.jpg);
	background-repeat: no-repeat;
}
