@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.font15_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
}

.font13_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}
.font15_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #8A5A02;
}
.outline {
	border: 3px solid #EDCBB4;
}
.font13_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #CE0000;
}
.font13_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
