body {
	background: #000066;
	font-family: Arial;
	font-size: 8pt;
	color: #CCCCFF;
}

table {
	font-size: 8pt;
}

.value {
	color: #CCCCFF;
}

.header {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	padding: 2 2 2 2;
	border-bottom: 1px solid #CCCCFF;
	border-top: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #CCCCFF;
}
.shading {
	background-color: #00037A;  
}

.title {
  font-size : 16pt;
  font-weight: bold;
  text-align: center;
}
/* light font */
.f1 {
	font-family: Helvetica;
	font-size: 12pt;
	color: #CCCCFF;
}
/* dark font */
.f2 {
	font-family: Helvetica;
	font-size: 12pt;
	text-decoration: none;
	color: 9999FF;
}
/* light large */
.f3 {
	font-family: Helvetica;
	font-size: 14pt;
	color: #CCCCFF;
}
/* nav */
.f4 {
	font-family: Times New Roman;
	font-size: 12pt;
	text-decoration: none;
	color: #9999FF;
}
.bord {

	border-bottom: 1px solid #CCCCFF;
	border-top: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #CCCCFF;
}
