body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	background-color: #2e3f51;
	text-align: center;
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC
}

.nav:hover {
	color: #2e3f51;
	background-color: #CCCCCC;
	border-bottom: 1px solid #2e3f51
}

.leftNavBar {
	background-color: #2e3f51;
	border-top: 1px solid #CCCCCC;
	padding: 0px 5px 0px 5px
}

.header {
	padding: 5px;
	border-bottom: 5px solid #2e3f51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #2e3f51;
}

.footer {
	padding: 5px;
	border-top: 2px solid #2e3f51;
	border-bottom: 2px solid #2e3f51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #2e3f51;
	text-align: center;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

img {
	border: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #2e3f51;
	margin-bottom: 5px;

}

.bodyCell {
	padding: 5px;
	height: 100%;
	width: 100%;

}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	font-size: 14px;
	padding: 2px;


}

.downloadList {
	border-bottom: 1px solid #2e3f51;
	padding: 5px 0px 5px 0px;
}
.newsheader {
	font-size: 14px;
	color: #2e3f51;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2e3f51;
	padding-top: 5px;


}
.newsbody {
	font-size: 10px;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;





}
.newsitem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 5px;

}
.footnote {
	font-size: 10px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 5px;


}
