.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
  color : #000000;
  text-decoration : none;
  font-weight: bold;
}

a:visited {
  color : #000000;
  text-decoration : none;
  font-weight: bold;
}

a:active {
  color: #000000;
  text-decoration : none;
  font-weight: bold;
}

a:hover {
color: #ffffff;
  text-decoration : NONE;
  font-weight: bold;
}

.nav {
  text-align : center;
  color : #ffffff;
  font-weight : bold;
  font-size : 12px;
}

.copyright {
  color : #000000;
  font-weight : bold;
  font-size : 9px;
}

a.light:link    { color: #7E7C7C; text-decoration: none; font-family: arial; }
a.light:active    { color: #7E7C7C; text-decoration: none; font-family: arial; }
a.light:visited    { color: #7E7C7C; text-decoration: none; font-family: arial; }
a.light:hover      { color: #BEA954; font-family: arial; }