body, p, td, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

ul {
	font-size: 12px;
	list-style-type: disc;
	padding: 0px 0px 10px 20px;
	line-height: 16px;
}

.bold {
	font-weight: bold;
}

.bodynormal {
	font-size: 12px;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.blue {
	color: #3A6688;
	font-weight: bold;
}

.tabletext {
	font-size: 0.8em;
	line-height: 16px;
}

.bodysmall {
	font-size: 11px;
	color: #666666;
    padding: 6px 0px 6px 0px;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
    padding: 6px 0px 6px 0px;
}

.tablehead {
    font-weight: bold;
	color: #E0871A;
}

.topnav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
    font-weight: bold;
    padding: 6px 0px 6px 0px;
}

.sidebar {
	font-size: .75em;
	color: #666666;
}

a:link {
	color: #3A6688;
	text-decoration: underline;
}

a:visited {
	color: #3A6688;
	text-decoration: underline;
}

a:hover {
	color: #CC6633;
	text-decoration: none;
}

a.topnav:link, a.topnav:visited {
    color: #001B59;
    text-decoration: none;
	border-bottom: 0px;
}

a.topnav:hover {
    color: #588005;
    text-decoration: none;
	border-bottom: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D66D29;
    margin-top: 12px;
    margin-left: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #3A6688;
    margin-top: 12px;
    margin-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
	color: #CC6633;
    margin-top: 12px;
    margin-left: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
    margin-top: 12px;
    margin-left: 10px;
}

.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3A6688;
}

.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A6688;
}

.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A6688;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3A6688;
}

.quoteborder {
    border: 1px solid #3A6688
}
strong {
	font-weight: bold;
	color: #666666;
}
li {
	padding-bottom: 8px;
}

img a:link {
	text-decoration: none;
}

#nav {
	padding: 0;
	margin: 0;
}

#nav img {
	border-bottom: 0px;
}

#nav a {
	padding: 0;
	text-decoration: none;
}

#nav a:hover {
	padding: 0;
	text-decoration: none;
  }
