body {
	color:#222222;
	background-color:#ffffff;
	font-family:Arial,Helvetica,sans-serif; 
	font-size:100%;
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:blue;
}
a:active {
	color:red;
}
hr {
	width:80%;
	height:1px;
	border:0px;
	color:black;
	background-color:black;
}
.tdlogo {
	height:50px;
	text-align:center;
	vertical-align:middle;
	background-color:#d6dadf;
}
strong {
	font-weight:bold;
}
.small {
	font-size:80%;
}
.fldinput {
	font-size:80%;
	font-family:Courier,monospace;
	width:350px;
}
.kbanumber {
	font-size:80%;
	font-family:Courier,monospace;
	width:100px;
}
.Navigation_On {
	background-color:#d6dadf;
	border-color:#939795;
	border-style:solid;
	border-width:1px;
}
.Navigation_Off {
	background-color:#d6dadf;
	border-color:#d6dadf;
	border-style:solid;
	border-width:1px;
}
.Navigation_Off_rollover {
	background-color:#d6dadf;
	border-color:#939795;
	border-style:solid;
	border-width:1px;
}
.blueborder {
	border-color:blue;
	border-style:solid;
	border-width:2px;
}	
