body, html {
	background: #898989;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

td {
	background-color: #FFFFFF;
	text-align: left;
}

.td-bg {
	background-color: #898989;
}

/* Layout */

#container {
	text-align: left;
	width: 780px;
}

.nav-selected {
	background-color: #0087B9;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 1px;
	vertical-align: middle;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Links */

a {
	color: #0087B9;
	font-weight: normal;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #0087B9;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #0087B9;
	text-decoration: none;
}

a.link-bold {
	color: #0087B9;
	font-weight: bold;
}
a.link-bold:link {
	text-decoration: underline;
}
a.link-bold:visited {
	color: #0087B9;
	text-decoration: underline;
}
a.link-bold:hover {
	color: #666666;
	text-decoration: underline;
}
a.link-bold:active {
	color: #666666;
	text-decoration: underline;
}

a.link-gray {
	color: #666666;
	font-weight: normal;
}
a.link-gray:link {
	text-decoration: underline;
}
a.link-gray:visited {
	color: #666666;
	text-decoration: underline;
}
a.link-gray:hover {
	color: #0087B9;
	text-decoration: underline;
}
a.link-gray:active {
	color: #666666;
	text-decoration: underline;
}

a.link-nav-blue {
	color: #0087B9;
	font-size: 11px;
	font-weight: bold;
}
a.link-nav-blue:link {
	text-decoration: underline;
}
a.link-nav-blue:visited {
	color: #0087B9;
	text-decoration: underline;
}
a.link-nav-blue:hover {
	color: #666666;
	text-decoration: underline;
}
a.link-nav-blue:active {
	color: #666666;
	text-decoration: underline;
}

a.link-nav-gray {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
a.link-nav-gray:link {
	text-decoration: underline;
}
a.link-nav-gray:visited {
	color: #666666;
	text-decoration: underline;
}
a.link-nav-gray:hover {
	color: #0087B9;
	text-decoration: underline;
}
a.link-nav-gray:active {
	color: #666666;
	text-decoration: underline;
}

/* Text */

h1 {
	color: #0087B9;
	font-size: 23px;
	font-weight: bold;
	margin-top: 0px;
}

h2 { font-size: 18px; color: #000000; margin: 10px 0px 5px 0px; }
h3 { font-size: 16px; color: #BF8643; margin: 10px 0px 5px 0px; }
h4 { font-size: 16px; color: #000000; margin: 10px 0px 5px 0px; }
h5 { font-size: 14px; color: #000000; margin: 10px 0px 5px 0px; font-weight: bold;}
h1 span, 
h2 span, 
h3 span, 
h4 span { font-size: 10px; color: #808080; float: right; font-weight: normal;}
h1 span a, h2 span a, h3 span a, h4 span a { color: #808080; }

hr { color:#dddddd; background: #dddddd; height:1px; }

ul { list-style: none; margin: 0px; padding: 0px;}
ul li { list-style: none; margin: 0px; padding: 0px; list-style-type: disc;	margin-bottom: 5px; margin-left: 15px; text-indent: -10px;}

ol li { margin-top: 10px;}

.text-blue {
	color: #0087B9;
	font-weight: normal;
}

.text-small {
	font-size: 11px;
	font-weight: normal;
}

.text-style-1 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

.text-style-2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.text-style-3 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.text-style-4 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.text-style-5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text-style-6 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text-style-7 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text-style-8 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text-style-9 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


