/* GENERAL */
body {
	background: #A4B4D7;
	color: #00004D;
	font-style: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
}

#ViewablePage {
	width: 700px;
	height: 100%;
	position: relative;
}

td {
	COLOR: #00004D;
	font-size: 14px;
	font-style: normal;
	font-family: arial, verdana, helvetica, sans-serif;
}

hr {
	width: 99%;
	border: solid;
	border-width: 1px;
	border-color: #00004D;
}

/* DROP-DOWN MENUS --- BEGIN */
.menu-dropdown {
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E3285;
	border-left-color: #2E3285;
	border-right-color: #2E3285;
	border-bottom-color: #2E3285;
	background-color: #DFE5F1;
}

.menu-dropdown tr td a:visited
{
	font-weight: normal;
	font-size: 12px;
	font-variant: small-caps;
	color: #2E3285;
	text-decoration: none
}
.menu-dropdown tr td a:link
{
	text-decoration: none
}
.menu-dropdown tr td a:hover
{
	text-decoration: underline
}
.menu-dropdown tr td a:active
{
	text-decoration: underline
}
/* DROP-DOWN MENUS --- END */


a
{
    color: #1A4B8E;
}
a:visited
{
    text-decoration: underline
}
a:link
{
    text-decoration: underline
}
a:hover
{
    text-decoration: none
}
a:active
{
    text-decoration: underline
}

.breadcrumb {
	font-size: 10px;
	font-style: italic;
}

.page-title {
	color: #00004D;
	vertical-align: middle;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #00004D;
	border-bottom-style: solid;
}

.navigation-table {
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E3285;
	border-left-color: #DFE5F1;
	border-right-color: #DFE5F1;
	border-bottom-color: #2E3285;
	background-color: #DFE5F1;
}