/* CSS Document */
body  {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;  
}
#content  {
  padding: 20px 15px 15px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
a:link {
 color: #66CCFF;
 text-decoration: none;
}
a:visited {
 color: #F2B415;
 text-decoration: none;
}
a:hover {
 color: #fff;
 font-weight: 500;
 text-decoration: underline;
}body, td, th {
	font-size: 14px;
	color: #FFFFFF;
}
.textbox {
	background-color: #EEEEEE;
	border: 1px solid #000000;
	padding: 2px;
}
.textbox_readonly {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 2px;
	color: #999999;
}
p {
  width: 85%;
}