body {
	background-color: #d4d4d4;
	font-family:arial,sans-serif;
	font-size: 12px;
	margin: 0;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
a {
	color:#cc3300;
	text-decoration:underline;
}
img {
	border: 0;
}
h1 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}
.Position {
	width: 874px;
	margin: 0 auto;
}
.Content {
	background-image: url(images/content-background.jpg);
	background-color: #fff;
	border-bottom: 6px solid #fff;
	padding-bottom: 8px;
}
	.ContentLeft .Heading, .ContentCenter .Heading, .ContentRight .Heading {
		font-size:12px;
		color:#000;
		font-weight:bold;
		text-decoration:underline;
		margin: 2px 0 5px 2px;
	}
	.ContentLeft a, .ContentRight a {
		margin-left: 8px;
	}
.ContentLeft {
	float: left;
	width: 164px;
	margin-left: 12px;
}
.ContentCenter {
	float: left;
	width: 486px;
	margin-left: 18px;
	text-align: justify;
}
.ContentRight {
	float: left;
	width: 164px;
	margin-left: 18px;
}
.Thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px;
	padding-top: 0;
	background-color: #eee;
	width: 137px;
	border: 1px solid #ccc;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}
	.Thumbnail img {
		border: 1px solid #999;
		width: 135px;
		height: 108px;
	}
.Footer {
	font-size: 11px;
	text-align: center;
	line-height: 26px;
	padding-right: 10px;
	color: #555;
	margin-top: 0px;
}
	.Footer a {
		color: #555;
		text-decoration: none;
		border-bottom: none;
	}
	.Footer a:hover {
		text-decoration: underline;
		border-bottom: none;
	}

.LinkTo {
	width: 464px;
	border: 1px solid #69B3E3;
	background-color: #EAF3FA;
	padding: 10px 10px 0 10px;
	text-align: center;
}
	.LinkTo input {
		width: 210px;
	}