a { 
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #013F76;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 8px;
	background-color: #E0E0E0;
	padding-top: 8px;
}
.subSideNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 15px;
	text-decoration: none;	
}
.subSideNav a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;	
}
.subSideNav a:hover, a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottomNav a {
	color: #666666;
	text-decoration: underline;
}
.bottomNav a:visited {
	color: #999999;
	text-decoration: underline;
}
.bottomNav a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.bottomNav a:active {
	color: #FF0000;
	text-decoration: underline;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	text-decoration: none;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;	
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
.nav a:hover, a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.nav p {
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #013F76;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
.text a { 
	color: #999999;
	text-decoration: underline;
}
.text a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.text a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.text a:active {
	color: #FF0000;
	text-decoration: underline;
}
td div {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.tableBorder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.imageborder {
	border: 1px solid #013F76;
}
.copyright {
	font-size: 9px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright a {
	color: #999999;
	text-decoration: underline;
}
.copyright a:visited {
	color: #999999;
	text-decoration: underline;
}
.copyright a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.copyright a:active {
	color: #FF0000;
	text-decoration: underline;
}.imageSpace {
	padding-top: 20px;
}
