body	{
background-color: white;
color: black;
font-size: 11pt;
font-family: verdana, arial, sans-serif;
margin: 1em;
}

body *	{
font-size: 11pt !important;
}

.tableborder {
	BORDER-RIGHT: #2c4693 1px solid; BORDER-TOP: #2c4693 1px solid; BORDER-LEFT: #2c4693 1px solid; BORDER-BOTTOM: #2c4693 1px solid
}
.rightcellborder {
	BORDER-RIGHT: #008f91 1px solid
}

div	{
width: 710px;
margin: auto;
}

img	{
display: inline;
padding: 5px;
border: 1px solid #666;
}

h1	{
text-align: center;
margin-bottom: 1em;
}

h2	{
background-color: transparent;
color: #2c4693;
text-transform: uppercase;
text-align: center;
margin: 0;
}

h3	{
background-color: #2c4693;
color: white;
text-align: left;
margin: 1em;
padding: .5px 0;
}

h4	{
background-color: transparent;
color: #2c4693;
margin: 1em;
}

h4 a	{
font-weight: normal;
}

ul	{
margin: 1em;
padding: 1em;
list-style: bullet;
margin-bottom: 1.5em;
line-height: 1.5em;
}

li { list-style-position: inside } 

p	{
margin: 1em;
line-height: 1.2em;
}

.note	{
background-color: #425eac;
color: white;
padding: 5px;
border: 2px solid #0e215a;
}

A {
	COLOR: #003399; FONT-FAMILY: Arial, Helvetica, Verdana, Geneva, sans-serif; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #425eac; TEXT-DECORATION: underline
}

.caps	{
text-transform: uppercase;
font-size: .9em;
}

.center	{
text-align: center;
}