/* CSS Document */

/* Press Release Pages */

HTML, BODY, FORM {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: white;
	font-size: 11px;
	margin: 20	;
	padding: 0;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #74491E;
	font-size: 16px;
	margin-bottom: 0px;
}


H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	font-weight: bold;
	
}


P {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 14px;
	margin-top: 0px;
		
}

.boilerplate {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

.companyAddress {
	font-size: 12px;
	line-height: 14px;
}


.instructions {
	font-size: 12px;
	line-height: 14px;
	color:#993300;
	font-weight: bold;
	
}

.navItems {
	
	display: none
	;
	
}