body, table, tr, td{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}
.header{
	background-color: #095aa6;
	padding: 5px;
	font-weight: bold;
	color: #fff;
}
input{
	border: 1px solid #ccc;
}
.submit{
	background-color: #095AA6;
	color: white;
}
.submit:hover{
	background-color: #CCCCCC;
	color: #095AA6;
}
#poweredtable{
	font-style: italic;
	float: right;
	color: #ccc;
}
#poweredtable a, a{
	color: #095AA6;
}

#dhtmltooltip{
	border: 1px solid #095AA6;
	position: absolute;
	background-color: #fff;
	padding: 5px;
	width: 300px;
	visibility: hidden;
}