td {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
  line-height: 20px;
}

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;
}

a.bold:link { 
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}
a.bold:visited {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}
a.bold:hover {
  font-family: Arial, Verdana;
  font-size:9pt;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
a.bold:active {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}

ul {
  margin-top: 5px;
  margin-bottom: 9px;
}

form { 
    margin-bottom: 0;
    margin-top: 0;
}

.scroller {
height: 485px;
width: 593px;
overflow: auto;
border-style: solid;
border-color: #cccccc;
border-width: 1px;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #DCDCDC;
scrollbar-arrow-color: #DCDCDC;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #DCDCDC;
}