/* CSS Document */

body {
	margin: 35px;
	background-color: #1a1817;
	vertical-align: middle;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a8a39c;
}
.pageTitle {
	border-bottom: 1px solid #a8a39c;
	font-size: 12px;
}
.picframes {
	border-top: 1px solid #5c5955;
	border-bottom: 1px solid #5c5955;
	padding-top: 1px;
	padding-bottom: 1px;
}
.shadowTag {
	height: 24px;
	border-left: 1px solid #a8a39c;
	padding-left: 15px;
	margin-top: 8px;
	color: #787878;
}
.kraneTag {
	height: 24px;
	border-left: 1px solid #a8a39c;
	padding-left: 15px;
	margin-top: 8px;
	color: #b6680d;
}
.footerLine {
	border-bottom: 1px solid #5c5955;
}
.shadowLink {
	font-size: 16px;
	text-decoration: none;
	color: #787878;
}
.shadowLink:hover {
	text-decoration: none;
	color: #ababab;
}
.kraneLink {
	font-size: 16px;
	text-decoration: none;
	color: #b6680d;
}
.kraneLink:hover {
	text-decoration: none;
	color: #e88310;
}
