/* CSS Document */
body, td {
	font-size: 12px;
	line-height: 16px;
	color: #444444;
}
body {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 16px;
	background-color: #CF0008;
}
a:link {
	color: #CF0008;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C0012;
}
a:active {
	color: #E3382B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFAE00;
}
.bkwht {
	background-color: #FFFFFF;
}
.copyright {
	font-size: 12px;
	line-height: 13px;
	color: #7C0012;
}
.caption {
	color: #888888;
	font-size: 12px;
	line-height: 16px;
}
.red {
	color: #CF0008;
}
.white {
	color: #FFFFFF;
}
