body {
	margin: 0px;
	font:Arial, Verdana, sans-serif, Georgia, "times New Roman";
	font-size:12px;
	color:5F5F5F;
	background-image:url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.body_txt {
	font-family: Arial, Verdana, sans-serif, Georgia, "times New Roman";
	font-size: 12px;
	line-height:18px;
	padding-top:7px;
	padding-bottom:7px;
	text-align: left;
	color: #23d1e6;
	text-decoration:none;
}
.body_txt a{
text-decoration:none;
color:#23d1e6;
}

.body_txt a:hover{
text-decoration:underline;
}
.copyright {
	font-family: Arial, Verdana, sans-serif, Georgia, "times New Roman";
	font-size: 12px;
	color: #000000;
}
.copyright a{
text-decoration:underline;
color:#000000;
}

.copyright a:hover{
text-decoration:none;
}
.line1px {
	background-color:#c71b81; 
	height:1px;
}
.footerbg{
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}