BODY {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0;
}

.Menu {
  background-color: #990099;
  vertical-align: top;
}

.Main {
  background-color: white;
  vertical-align: top;
  font-size: 10pt;
  color: black;
	font-weight: bold;
	text-align: center;
}

.MainLeft {
  background-color: white;
  vertical-align: top;
  font-size: 10pt;
  color: black;
	font-weight: bold;
	text-align: left;
}

.TextGreen {
  color : #00CC00;
}

.Bullet {
  color	: #00CC00;
  font-weight: bold;
}

.Question {
  font-weight: normal;
  font-style: italic;
}

EM {
  color: red;
  font-style: normal;
}

.Header {
  font-size: 32pt;
	font-weight: bold;
	text-align: left;
  vertical-align: top;
}

.Header2 {
  font-size: 26pt;
	font-weight: bold;
	text-align: center;
  vertical-align: top;
  text-decoration: underline;
}

A {
  font-weight: bold;
	color: #990099;
	TEXT-DECORATION: underline
}

A:hover {
  font-weight: bold;
	color: #0000FF;
	TEXT-DECORATION: underline
}
