@charset "UTF-8";

body {
	background: #FFF5E8 url(../Images/bg_line.gif) repeat-y;
	margin: 0;
	padding: 0;
}

.Body_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	line-height: 18px;
}

.Body_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #F00;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 5px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
}

a, a:visited {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #F9AA8F;
	text-decoration: none;
}