BODY
{
    BACKGROUND-COLOR: #0000a0;
    COLOR: #0000a0;
    FONT-FAMILY: Arial;
	font-size: 8pt
}
H1
{
    COLOR: navy;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: x-large;
    FONT-WEIGHT: bolder;
    TEXT-TRANSFORM: capitalize
}
H2
{
    COLOR: navy;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: large;
    FONT-WEIGHT: bolder;
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: navy;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: large;
    FONT-WEIGHT: lighter;
    TEXT-TRANSFORM: capitalize
}


.navbar {
	color: white;
	font-family: Verdana;
	background-color: #0000a0;
	font-size: 10pt;
	vertical-align: middle;
	border-color: white;
	border-width: 1px;
	text-align: center;
	border-style: solid;
	margin: 1px;
	padding: 1px
}
.shadedcell {
	color: white;
	background-color: #0000a0;
	padding: 10px;
	border-width: 1px
}

TABLE {
	background-color: white
}

TD {
	color: #0000a0;
	font-family: Arial;
	font-size: 10pt
}

A {
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none
}
.lightshadedcell {
	background-color: #e7ebfe;
	padding: 10px;
	border-width: 1px
}

A:HOVER {
	color: silver
}

H4 {
	color: #0000a0;
	font-family: Verdana;
	font-weight: 600;
	font-size: 12pt;
	margin-bottom: 3px
}
H5 {
	color: #0000a0;
	font-family: Verdana;
	font-weight: 600;
	font-size: 11pt;
	margin-bottom: 3px
}

.bluelink {
	color: blue
}