body {
  background:#ffffff;
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #0000CC;
} A:link {
  font-family: verdana;
  font-size: 8pt;
  color: #0000CC; 
  text-decoration:underline
} A:visited {
  font-family: verdana;
  font-size: 8pt;
  color: #000000; 
  text-decoration:underline
}
	
A:hover {
  font-family: verdana;
  font-size: 8pt;
  color: #FF0000; 
  text-decoration:none
}

.Header {
  background: #DBE2FF;
  color: #0000CC;
}

.HeaderText1 {
  font-family: verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #0000CC;
}

.HeaderText2 {
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  font-style: Italic;
}

.MenuHeader {
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  background: #DBE2FF;
  color: #0000CC;
}

.MenuItem:link {
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  text-decoration:none
}

.MenuItem:visited {
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  text-decoration:none
}

.MenuItem:hover {
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #bbccdd;
  text-decoration:none
}

.OuterTable {
  background:#DBE2FF;
}

.InnerTable {
  font-family: verdana;
  font-size: 10pt;
}

.List-center {
	text-align: center;
}
.List-left {
	text-align: left;
}
.List-right {
	text-align: right;
	background:#CCCCCC;
}
.PageHeader {
  font-family: verdana;
  font-size: 14pt;
  font-weight: bold;
  color: #CCCCCC;
}

.SecondPageHeader {
  font-family: verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #CCCCCC;
}

.TableHeader {
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}

.TableItem {
  font-family: verdana;
  font-size: 9pt;
  color: #000000; 
}

.AlternatingTableItem {
  font-family: verdana; 
  font-size: 9pt;
  color: #000000; 
}

.Footer {
  font-family: verdana;
  font-size: 8pt;
  color: #000000; 
}

.NormalLarge {
  font-family: verdana;
  font-size: 9pt;
  font-weight: bold;
  color: #6F4721;
}

.NormalBoldBlue {
  text-align: right;
  font-family: verdana;
  font-size: 9pt;
  font-weight: bold;
  color: #0000CC;
}

.NormalSmall {
  font-family: verdana;
  font-size: 9pt;
  color: #000000;
}

.BoldSmall {
  font-family: verdana;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
}

.ErrorMessage {
  font-family: verdana;
  font-size: 9pt;
  color: #FF0000;
}

