body {
	background-attachment: fixed;
	background-color: #3C3C3C;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
}
a:link {
	color: #DD1951;
	text-decoration: none;
}
a:visited {
	color: #DD1951;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.cont {
	background-color: #FFFFFF;
	background-image: url(images/content_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
td {
	font-size: 12px;
}
.bodtxt {
	line-height: 18px;
	color: #666666;
}
.left {
	background-color: #F5F5F5;
	background-image: url(images/left_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.login_but {  color: #FFFFFF; background-color: #FF0066}

