/* CSS Document */

/* FONT STYLES FOR MAIN CONTENT AREA */
.head {
	font-size:16px;
	font-weight:bold;
	color:#8b2d30;	/* Red */
	}
h1 {
	font-size:16px;
	font-weight:bold;
	color:#8b2d30;
	}
.subhead {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#264488;	/* Blue */
	}
h2 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#264488;
	}
h3 {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#471108;	/* Red-brown */
	}
p, li {
	font-family:'Myriad', Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#222;
	line-height:150%;
	}
.text {
	font-family:'Myriad', Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#222;
	line-height:150%;
	}
.footnote {
	font-size:11px;
	color:#576878;
	}
.stress {
	font-weight:bold;
	color: #000;
	}
a {
	color:#471108;
	text-decoration:none;
	border-bottom:1px solid #ae9a74;
	}
a:hover {
	color:#8b2d30;
	border-bottom:1px solid #8c664a;
	}
.breadcrumbs {
	font-size:9px;
	}
.tight {
	line-height:120%;
	}	
	
	#left, #mid {
	 display:none;
	}
	
	#print-footer {
	  display:block !important;
	}


