body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f9edc7;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}
.links_bodybtn {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
	height: 10;
	width: auto;
	border: thin solid #000000;
	margin: 0px;
	float: none;
	line-height: normal;
	background-image: url(images/btn_off.gif);
	background-repeat: repeat;
	background-position: left top;

	}
.links_bodybtn:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
	height: 10;
	width: auto;
	border: thin solid #000000;
	margin: 0px;
	float: none;
	line-height: normal;
	background-image: url(images/btn_on.gif);
	background-repeat: repeat;
	background-position: left top;
	}
.Body_vlarge_color {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
		color: #991c48;
}
.Body_normbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
		color: #000000;
}
