body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #EE1C25;
}
td {
	text-align: left;
	vertical-align: top;
}
.home_back {
	background-image: url(images/back_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.nav {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 6px;
	line-height: 24px;
}
.details {
	padding-right: 20px;
	font-size: 14px;
	color: #EE1C25;
	text-align: right;
	line-height: 18px;
}
p {
	margin-top: 6px;
	margin-bottom: 8px;
}
.large_line_height {
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 205px;
	padding-bottom: 16px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EE1C25;
	text-decoration: none;
}
.sub_back {
	background-image: url(images/back_sub.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.content {
	padding: 17px 20px 20px;
}
.foot {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}
.foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav_float {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	font-size: 12px;
}
.float_left_logo {
	float: left;
}
.border {
	border: 1px solid #000000;
}
