body, td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}

.copyright {
	font-size: 10px;
	color: silver;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: silver;
	text-decoration: none;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
}

.callout {
	color: #8C2633;
}

.bodylink {
	color: #8C2633;
	font-weight: bold;
}

.bodylink:hover {
	color: #AB7540;
	font-weight: bold;
}

.about_title {
	font-size: 14px;
	font-weight: bold;
	color: #5A5A5A;
}

.img_maroon {
	border: 2px solid #8C2633;
}

.img_brown {
	border: 2px solid #AB7540;
}

.img_green {
	border: 2px solid #546957;
}

.img_rust {
	border: 2px solid #CF6940;
}

.img_blue {
	border: 2px solid #283C5A;
}

.img_gray {
	border: 2px solid #5A5A5A;
}