/* CSS Document */
body {
	background-color: #003364;
}
h1	{
	text-align:center;
	font-size:14pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.style1 {
	color: #FFFFFF;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:8px;
	padding-right:8px;
}
.style1b {
	font-family: Arial;
	font-size: x-small;
}
.style2 {font-family: Arial; font-size: x-small; font-weight: bold; }
.style4 {font-size: x-small}
.style5 {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: x-small;
}
.style7 {font-family: Arial}

.style1c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

.style2c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.style4c {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }

a.black {
	color: #000000;
	text-decoration:none;
}

a.black:hover {
	color: #000000;
	text-decoration:underline;
}

a.white {
	color: #FFFFFF;
	text-decoration:none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
