/* GENERAL STYLES */

body {
	background-color: #8E181B;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

p, td, li, div {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

ul {
	margin-top: 5px;
}

li {
	margin-top: 5px;
}


/* LINK STYLES */

a { color: #0000FF; text-decoration: none; }
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }
a:active { color: #0000FF; text-decoration: none; }


a.footer { color: #000000; text-decoration: none; }
a.footer:link { color: #000000; text-decoration: none; }
a.footer:visited { color: #000000; text-decoration: none; }
a.footer:hover { color: #000000; text-decoration: underline; }
a.footer:active { color: #000000; text-decoration: none; }

a.cite { color: #999999; text-decoration: none; }
a.cite:link { color: #999999; text-decoration: none; }
a.cite:visited { color: #999999; text-decoration: none; }
a.cite:hover { color: #999999; text-decoration: underline; }
a.cite:active { color: #999999; text-decoration: none; }

a.listen { color: #000000; text-decoration: underline; font-size: 10px; }
a.listen:link { color: #000000; text-decoration: underline; font-size: 10px; }
a.listen:visited { color: #000000; text-decoration: underline; font-size: 10px; }
a.listen:hover { color: #8E181B; text-decoration: none; font-size: 10px; }
a.listen:active { color: #000000; text-decoration: underline; font-size: 10px; }

/* PAGE-SPECIFIC CONTENT STYLES */

.pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #8E181B;
	margin-top: 5px;
}

.pageHeader {
	font-size: 12px;
	font-weight: bold;
	color: #8E181B;
	margin-top: 5px;
}

.footer {
	font-family: arial;
	font-size: 11px;
}
.cite {
	font-family: arial;
	font-size: 11px;
	color: #999999;
}

#callout {
	margin-left: 3px;
	margin-right: 5px;
}

.callout {
	font-size: 10px;
	margin-top: 35px;
	margin-left: 3px;
	margin-right: 5px;
	line-height: 12px;
}