﻿body 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
}

.style1 {
	text-align: center;
}
.style2 {
	background-color: #99CCFF;
}
.style3 {
	text-decoration: underline;
}
.style4 {
	font-size: small;
	}
td .style16 {
    text-align:right;
    background-color: #99CCFF;
}
td .style5 {
    text-align:left
    }
.nav
{
    border-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:White;
	background-color:#274991;
}

a:link {
 text-decoration:underline;
 color:black
}
a:visited {
  text-decoration:underline;
  color:black
}

a:link.nav {
  text-decoration:none;
  color:White;
  font-weight:bolder
}
a:visited.nav {
  text-decoration:none;
  color:White;
  font-weight:bolder
}

.header
{
    border-style:inherit;
    border-width:thin;
    font-size:x-large;
    font-weight:bold;
    font-family:@Arial Unicode MS;
    text-align:center;
}

th
{
    background-color:#609937;
    color:White;
    font-size:small;
}

h1
{
    color: #61BF1A;
    font-size: 30px;
}

h5
{
    border-top: solid 3px #ff9933;
    border-bottom: solid 1px #ff9933;
    margin: 10px 0 10px 0;
}

/* Content Boxes */

.CommonContentBox
{
    background-color: #ffffff;
    padding: 2px;
    margin: 0 0 0px 0;
    width: 160px;
}

UL.CommonContentBoxList
{
    list-style-type: none;
    margin: -5px 0 0px 0;
    padding: 0;
}

UL.CommonContentBoxList LI
{
    margin: 0px 0 4px 0;
    padding: -5px 0 10px 0;
    border-bottom: dotted 1px #61BF1A;
}
