body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
/*  ------------------------------------------------------------------------------------------------------------------------------------------ HEADERS ------------------- */
h1 {
	font-family: Futura, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #EB5D00;
	margin: 10px 0px 10px 0px;
}
h2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EB5D00;
	margin: 5px 0px 10px 5px;
}
h3 {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 5px;
}

p {
	margin: 0px 5px 5px 0px;
	padding: 5px;
}
.emphasis {
	font-weight: bold;
	color: #EB5D00;
	text-transform: uppercase;
}
.emphasis2 {
	font-weight: bold;
}
h3 span.price, div.price {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-style: italic;	
	line-height: 12px;
	color: #5d3211;
}
span.price {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;	
	color: #5d3211;
}
.detail {
	font-size: 10px;
	font-weight: normal;
	color: #55555;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
div.introContent {
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #9C3E01;	
}
div.missionContent {
	font-weight: bold;
	color: #EB5D00;
}
/*  ------------------------------------------------------------------------------------------------------------------------------------------ LINKS ------------------- */
a.btnTop {
	display: block;
	width: 72px;
	height: 25px;
	margin-right: 20px;
	background:url('/_img/btn_top.jpg') no-repeat top left;
}
a.btnTop span{
	display: none;
}
a, a:visited {
	color: #C35613;
	text-decoration: underline;

}
a:hover {
	color: #EE6B16;
	text-decoration: underline;
}