 body, td {
  background-color: #FFCF12;
  font-family: arial;
  font-size: 12px;
 }

 p {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: arial;
  font-size: 12px;
 }

 td.nav {
  background-color: #FFCF12;
  text-align: center;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
 }

 td.main {
  background-color: #FFCF12;
 }

 td.content {
  text-align: left;
  background-color: #FFCF12;
  color: #000000;
  font-family: arial;
  font-size: 12px;
 }

  td.sep {
  background-color: #000000;
 }

 td.none {
  background-color: #ffffff;
 }

 .error {
 	color: #FF8000;
 }

.header {
 	color: #000000;
	font-weight: bold;
	font-size: 20px;
 }

.subheader {
 	color: #000000;
	font-weight: bold;
	font-size: 16px;
 }

 input, textarea {
  font-family: arial;
  font-size: 12px;
 }

 a.nav:link { color: #000000; font-weight: bold; text-decoration: none; font-size: 14px; }
 a.nav:visited { color: #000000; font-weight: bold; text-decoration: none; font-size: 14px; }
 a.nav:active { color: #000000; font-weight: bold; text-decoration: none; font-size: 14px; }
 a.nav:hover { color: #E31952; font-weight: bold; text-decoration: none; font-size: 14px; }

 a.info:link { color: #E31952; text-decoration: none; font-size: 14px; }
 a.info:visited { color: #E31952; text-decoration: none; font-size: 14px; }
 a.info:active { color: #E31952; text-decoration: none; font-size: 14px; }
 a.info:hover { color: #E31952; text-decoration: underline; font-size: 14px; }

 a:link { color: #E31952; text-decoration: none; font-family: arial; font-size: 12px;}
 a:visited { color: #E31952; text-decoration: none; font-family: arial; font-size: 12px;}
 a:active { color: #E31952; text-decoration: none; font-family: arial; font-size: 12px;}
 a:hover { color: #0080FF; text-decoration: none; font-family: arial; font-size: 12px;}