td {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
}

td.error {
  color: #FF0101;
}

input {
	font-family:Arial;
	font-size:9pt;
	color:#666666;
	border-width:1px;
	border-style:solid;
	border-color:#DCDCDC;
	background : White;
}
select { font-family:Arial; font-size:9pt; color:#666666; border-width:1px; border-style:solid; border-color:#DCDCDC; }
textarea { font-family:Arial; font-size:9pt; color:#666666; border-width:1px; border-style:solid; border-color:#DCDCDC; }

a:link { 
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
  text-decoration: underline;
}
a:visited {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
  text-decoration: underline;
}
a:hover {
  font-family: Arial, Verdana;
  font-size:9pt;
  color: #666666;
  text-decoration: none;
}
a:active {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
  text-decoration: underline;
}

ul {
  margin-top: 5px;
  margin-bottom: 9px;
}

form { 
    margin-bottom: 0;
}