/* GENERIC STYLES */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
	}

h2 {
	margin: 1em 0 0.5em 0;
	font-size: 14pt;
	}

p {
	margin: 0 0 1em 0;
	}

hr {
	height: 1px;
	color: #999999;
	background: #999999;
	}

a {
	text-decoration: underline;
	color: #ca1d1d;
	}

a img {
	border: 0;
	}

/* GENERIC CLASSES */

.center {
	text-align: center;
	}

.legal {
	margin: 0.75em 0 0 0;
	padding: 0;
	font-size: 9pt;
	color: #999999;
	}

.inset_left {
	float: left;
	margin: 0 2.5em 0.5em 0;
	}

.inset_right {
	float: right;
	margin: 0 0 0.5em 2.5em;
	}

/* ID-BASED RULES */

object, #utility, #home_header h1, #home_logo p, #home_flash, #home_nav, #interior_header, #nav, #sidebar, #logo h1 {
	display: none;
	}

#header, #footer, #home_header {
	text-align: center;
	}

#home_header h4, #header h4 {
	margin: 0.5em 0 1em 0;
	padding: 0;
	font-style: italic;
	font-size: 10pt;
	}

#home_logo a, #logo a {
	text-decoration: none;
	color: black;
	}

#home_content a:after, #content_area a:after {
	content: " (" attr(href) ") ";
	}

#content_area hr {
	display: none;
	}

/* BROWSER HACKS */

.spacer {
	display: block;
	height: 1px;
	clear: both;
	}