@charset "utf-8";

body {
	background: #ff8500;
	text-align: center;
	color: #a01e4f;
	margin-top: 0px;
	background-image: url(images/texture.gif);
}
.Body_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Body_normbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
		color: #000000;
}
.Body_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}
.Body_large_color {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	color: #991c48;
}
.Body_vlarge_color {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
		color: #991c48;
}
.Body_error {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
		color: #ff0000;
}
.Body_Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bolder;
	color: #991c48;
	line-height: 40px;
}
hr {
  color: #991c48;
  background-color: #991c48;
  height: 2px;
}
.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: auto;
	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: auto;
	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;
	}
.links_plain {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding: 6px;
	height: auto;
	width: auto;
	margin: 0px;
	float: none;
	line-height: normal;


	}
.links_plain:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	padding: 6px;
	height: auto;
	width: auto;
	margin: 0px;
	float: none;
	line-height: normal;
