.back {
	background-color: #E9E6E1;
	text-align: center;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000066;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #763636;
	font-weight: bold;
}
.footerleft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #763636;
}
.footerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #763636;
	text-align: right;
}
a:link {
	color: #763636;
	text-decoration: none;
}
a:visited {
	color: #763636;
	text-decoration: none;
}
a:hover {
	color: #763636;
	text-decoration: none;
	background-color: #FFECC6;
}
a:active {
	color: #763636;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
