body {
    background-color: #FFFFFF
/* background-color: #FAF9F5 (off white            ) */
/* background-color: #FFFFFF (white                ) */
/* background-color: #F0F0F0 (very light gray      ) */
/* background-color: #DFDFE1 (light gray           ) */
/* background-color: #E8EEFF (very light blue      ) */
/* background-color: #DDE6FF (light blue           ) */
/* background-color: #FFF3E6 (very light orange    ) */
/* background-color: #FFE9CE (light orange         ) */
/* background-color: #E1FFEB (light green          ) */
/* background-color: #F2FFF7 (very light green     ) */
/* background-color: #FDEFEE (very light red       ) */
/* background-color: #ECE9D8 (cream                ) */
}
body,td,th {
	color: #25384B;
	font-family: Helvetica, Arial, sans-serif
/* text color throughout: #25384B (dark blue/gray  ) */
/* text color throughout: #E6ECF2 (light blue/gray ) */
/* text color throughout: #000000 (black           ) */
/* text color throughout: #FFFFFF (white           ) */
/* text color throughout: #B1A55F (dark cream      ) */
}
.small {
	font-size: small
}
.small_bold {
	font-size: small;
	font-weight: bold
}
.small_bold_it {
	font-size: small;
	font-weight: bold;
	font-style: italic 
}
.lrg {
	font-size: large
}
.lrg_bold {
	font-size: large;
	font-weight: bold
}
.lrg_bold_it {
	font-size: large;
	font-weight: bold;
	font-style: italic 
}
.x_lrg {
	font-size: x-large
}
.x_lrg_bold {
	font-size: x-large;
	font-weight: bold
}
.x_lrg_bold_it {
	font-size: x-large;
	font-weight: bold;
	font-style: italic 
}
a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: underline;
	color: #3A5696
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: underline
}
/* The following are needed for the standard horizontal navigation bar */
 #navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
/* End: The standard horizontal navigation bar */