﻿
/*navigation styles */
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 120px;
    background-color: #8e4747;
}

#nav li a {
    display: block;
    color: #fff;
    padding: 8px 0 8px 6px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
    line-height:150%;
    font-size:11pt;
}

/* Change the link color on hover */
#nav li a:hover {
    background-color: #000;
    color: white;
}
/* end navigation */


.hs_body     {
	font-family: Arial;
	font-size: 10pt;
	line-height: 150%;
}
.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 165%;
}
.footer_text {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
	text-align: center;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.text_large {
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
}
