/* 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;
		
}

LI {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom:4px;
}

.listItem {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 4px;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	display: inherit;
	font-weight: bold;
	text-align: center;
}

a:link, a:visited, A:active {
	color: #00008B;
	font-weight: bold;
	background-color: inherit;
	outline:none;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
}

.buttonmenu li a{
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color: #F5F5DC #000000 #FFE4C4 #000000; /*light dark dark light*/
	background-color: #57391D;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #DEB887;
}

img {
	border:none;
}
</style>
