/* ---- DROP DOWN MENUS ---- */
dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
table.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: normal;
	border: solid 0px #FFFFFF;
	background-color: #B5D2F3;
	text-align: center;
}
table.subnav td {
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 0px #000000;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	text-align: center;
}
table.subnav td a {
	color: #002A6C;
	text-decoration: none;
	background-color: #B5D2F3;
	display: block;
	padding: 5px;
}
table.subnav td a:link {
	color: #002A6C;
	text-decoration: none;
	background-color: #B5D2F3;
}
table.subnav td a:hover {
	color: #002A6C;
	text-decoration: none;
	background-color: #FFEC00;
}

/* ---- SMALL NAVIGATION LINKS ---- */
.smallnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.smallnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.smallnav a:hover {
	color: #FFEC00;
	text-decoration: none;
	font-weight: bold;
}

/* ---- BREADCRUMBS NAVIGATION LINKS ---- */
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002A6C;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.breadcrumbs a {
	color: #002A6C;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #FFEC00;
	text-decoration: none;
}
/* ---- MAIN BODY CONTENT ---- */
.maincontentdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	position: absolute;
	visibility: visible;
	z-index: 1000;
	width: 320px;
	top: 180px;
	left: 40px;
}
.maincontentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.maincontentheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

/* ---- TABULAR CONTENT ---- */
.maintableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #DCDCDC;
}
.maintableyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #EEE8AA;
}
.maintableblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #ADD8E6;
}
