body {
	background-color: #feefdc;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
.text_box {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	color: #F8991A;
	text-decoration: underline;
}
a:visited {
	color: #F8991A;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #F8991A;
	text-decoration: underline;
}

