BODY {
  font-family: 'Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;
  font-size: 14px;
  color: #F9F9FB;
}
TD, TR {
  font-family: 'Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;
  font-size: 14px;
  color: #F9F9FB;
}
INPUT {
  font-family: 'Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;
  font-size: 12px;
  color: #333366;
}
H1 {
	font-size: 18px;
	font-weight: bold;
	color: #E0D429;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	color: #E0D429;
}
H3 {
	font-size: 14px;
	font-weight: bold;
	color: #E0D429;
}
P { 
	font-size: 14px;
  line-height: 125%;
  color: #F9F9FB;
}
.msg {
  color: red;
}
.here {
  color: #F9F9FB;
  font-weight: bold;
}
.maintext {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
LI {
  font-size: 14px;
  list-style-type: square;
  color: #F9F9FB;
  line-height: 150%;
}
B { 
  font-weight: bold;
}
.caption {
  color: #F9F9FB;
}
A:link {
	color: #E0D429;
  text-decoration: none;
}
A.menu:link {
	color: #E0D429;
  text-decoration: none;
  font-weight: bold;
}
A:visited {
	color: #E0D429;
  text-decoration: none;
}
A.menu:visited {
	color: #E0D429;
  text-decoration: none;
  font-weight: bold;
}
A:active {
	color: #F9F9FB;
  text-decoration: underline;
}
A.menu:active {
	color: #F9F9FB;
  text-decoration: underline;
  font-weight: bold;
}
A:hover {
	color: #F9F9FB;
  text-decoration: underline;
}
A.menu:hover {
	color: #F9F9FB;
  text-decoration: underline;
  font-weight: bold;
}
