/* IMPORT STYLES */

@import url(content_print.css);

/* STANDARD STYLES */

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ffffff;
}

table, tr, td, p, h1, h2, h3, h4, a, form, input, img {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}

a {
	text-decoration: underline;
	color: #9e3b36;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

address {
	font-style: normal;
}

.clear {
	display: none;
}

.clearleft {
	clear: left;
}

.both {
	clear: both;
}

hr {
	display: none;
}

/* NO PRINT */

.none {
	display: none;
}

.height16 {
	height: 16px;
}


/* HEADERS STYLES */

#headerstrip {
	height: 20px;
}

#linkhome {
	display: none;
}

/* FOOTER STYLES */

#linefooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000000;
	border-top: 1px solid #9e3b36;
	width: 648px;
}

.ftlinks {
	display: none;
}

.copyright {
	padding: 8px 0;
	text-align: left;
}

/* HOME CONTENT AND NAVIGATION */

.flashnav {
	display: none;
}

.homecontent {
	font-size: 80%;
	height: 300px;
}

.homecontent h1 {
	font-size: 140%;
}