A:link {
	color: #0000FF;
	font-weight: bold;
}

A:hover {
	color: #00C0FF;
	font-weight: bold;
}

A:active {
	color: #00FF00;
	font-weight: bold;
}

A:visited {
	color: #FFD000;
	font-weight: bold;
} 

BODY {
  color: black;
  background-color: #808080;
  text-align: center;
}

BODY.White {
  color: black;
  background-color: #FFFFFF;
  text-align: center;
}

P {
  margin-left: 1em;
  text-align: left;
  font-family: Arial;
  font-size: 10pt;
}

H1 {
  margin-left: 0em;
  font-family: Arial;
  line-height: 16pt;
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  background-color: #00B0D0;
}

IMG {
	align: center;
}

H2 {
  text-decoration: underline;
  line-height: 13pt;
  margin-left: 2em;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  color: #0000D0
}

H3 {
  line-height: 3pt;
  margin-left: 4em;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

DL {
  text-align: left;
  margin-left: 2em;
  font-size: 12pt;
  font-weight: bold;
}

DD {
  font-family: Arial;
  font-weight: normal;
  font-size: 10pt;
}

UL {
  text-align: left;
  margin-left: 2em;
  font-size: 12pt;
}

OL {
  margin-left: 2em;
  font-size: 12pt;
  font-weight: bold;
}


LI {
  margin-left: 2em;
  font-size: 11pt;
}

P.FigureCaption {
  font-style: italic;
  font-size: smaller;
  text-align: center;
}

P.Figure {
  align: center;
  text-align: center;
  font-weight: bold;
  color: green;
}

P.Table {
  align: center;
  text-align: center;
}

P.Key {
  vertical-align: center;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
}

P.menu {
  text-align: center;
}

P.Copyright {
  text-align: center;
  color: gray;
  font-size: smaller;
}

P.Notice {
  text-align: center;
  line-height: 10pt;
  margin-left: 2em;
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  color: #0000D0
}

FONT.Warning {
  color: red;
  font-weight: bold;
}

