body,td {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  color: #000000;
  font-size: 12px;
}
body {
  background-color: white;
}
input, option, textarea, select, checkbox {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	border: 1px solid #D3D3D3;
	background-color: white;
}
.checkbox {
	border: none;
}
input.button:disabled {
	color: #C0C0C0;
}
a:link,a:visited {
  color: #00008B;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0000FF;
}
a:active {
  text-decoration: none;
  color: #00008B;
}
h1, h2, h3, h4, h5, h6 {
  color: #00008B;
}