body { background-color: #EEEEEE; color: Black; margin: 7px 7px 7px 7px; }
table { background-color: White; }
th, td, p { font-family: sans-serif; font-size: small; }
h1 { color: #0F3666; font-size: large; font-weight: bold; }
h2 { color: #0F3666; font-size: medium; font-weight: bold; font-style: italic; }
h3 { font-size: small; font-weight: bold; }
li { text-indent: 0px; list-style-position: outside; list-style: square; }
hr { color: #0F3666; }
address { font-style: normal; }
a:link { color: Blue; }
a:active { color: #EF5A23; }
a:hover { color: Blue; }
a:visited { color: Blue; }

td.titlebar { background-color: White; }
td.navbar { text-align: center; color: LightGrey; }
td.navbar-fade { background-image: url(gfx/navbar-fade.gif); }
td.nav-active { background-color: #F0F0F0; border-top: 1px solid LightGrey; color: #EF5A23; font-weight: Bold;}
td.nav-active-sub { background-color: #F0F0F0; border-top: 1px solid LightGrey; color: #EF5A23; }
td.nav-inactive { border-bottom: 1px solid LightGrey; }
td.nav-submenu { background-color: #F0F0F0; color: LightGrey; text-align: center; }
td.nav-submenu-active { background-color: #F0F0F0; color: #EF5A23; font-weight: Bold;}
td.content { padding: 0px 20px 0px 20px; }
td.footer { background-color: #EEEEEE; font-size: x-small; padding: 2px 0px 2px 0px; text-align: center; }
.required { color: Red; }