.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.boxTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
}
.leftNav a:link {
	color: #333333;
	text-decoration: none;
}
.leftNav a:visited {
	color: #333333;
	text-decoration: none;
}

.leftNav a:active {
	color: #333333;
	text-decoration: none;
}
.leftNav a:hover {
	color: #0D4D95;
	text-decoration: underline;
}
.leftNavBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.leftNavBold a:link {
	color: #333333;
	text-decoration: none;
}
.leftNavBold a:visited {
	color: #333333;
	text-decoration: none;
}

.leftNavBold a:active {
	color: #333333;
	text-decoration: none;
}
.leftNavBold a:hover {
	color: #0D4D95;
	text-decoration: underline;
}
.topNavBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;

}
.topNavBold a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topNavBold a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.topNavBold a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.topNavBold a:hover {
	color: #E6EDF2;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

