/* Background Properties */

.background-body {
	background-color: #FFFFFF;
}
.background-body-shadow {
	background-color: #FFFFFF;
	background-image: url(images/runner-shadow-body.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.background-footer {
	background-color: #9DBB97;
	background-image: url(images/runner-footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.background-introduction {
	background-color: #893001;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background-main {
	background-color: #893001;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background-shadow {
	background-image: url(images/runner-shadow.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}


/* Text Properties */

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a07e;
	line-height: 17px;
}
.body-text-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f454f;
	line-height: 17px;
}
.body-text-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939598;
	line-height: 17px;
}
.body-text-04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9e8d91;
	line-height: 17px;
}
.body-text-05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939598;
	line-height: 12px;
}
.body-text-06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a6a07e;
	line-height: 12px;
}
.body-text-07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939598;
	line-height: 15px;
}
.body-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231f20;
	font-weight: bold;
	line-height: 24px;
}


/* Link Properties */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939598;
	line-height: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
