html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, div, img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	border:0px;
}

.light-grey-top {
	background-color: #E6E6E6;
	border: 1px solid #D0D0D0;
}
.mid-blue-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #087DCF;
}
.dark-blue-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #14116D;
	text-decoration: none;
}
.dark-blue-text a:hover {
	text-decoration: underline;
}
.dark-blue-text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #14116D;
	text-decoration: none;
}
.text-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.mid-blue-back {
	background-color: #087DCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.welcome-nav-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #14116D;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #14116D;
}
.page-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #087DCF;
}
.white-nav-split {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.white-nav-split1 {
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.white-nav-right {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
}
.altTableBlue {
	background-color: #D5E9F7;
}

.altTableLightBlue {
	background-color: #D5E9F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}