/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.DB2ASPerror {
	font-family: Verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color:red;
}
.DB2ASPmessage {
	font-family: Verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color:green;
}
.TitleFont {
	font-size: 16px;
	font-weight: bold;
}
.TableBorder {
	border: 1px solid #663300;
}
.borderbottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #663300;
	border-left: none;
}
input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

