body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
.leftborder {
	border: 1px solid #e6b737;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6b737;
	border-right-color: #e6b737;
	border-bottom-color: #e6b737;
}
.border {

	border: 1px solid #e6b737;
}
.grad_bg {
	background-image: url(images/grad_bg.gif);
	background-repeat: repeat-y;
}
.maintxt {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.redtxt {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	}
.left_text {
	font-family: Arial;
	font-size: 11px;
	color: #661305;
	text-decoration: none;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
#man{ 
	margin:0 auto;
	position: relative;
    bottom: 50px;
	z-index:5;
	visibility:visible;
	width:231px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5275BA;
}
a.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5275BA;
	text-decoration: none;
}
a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5275BA;
	text-decoration: none;
}
a.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5275BA;
	text-decoration: underline;
}
