a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

td{
	font-family: Tahoma;
	font-size: 10pt;
}

body{
	font-family: Tahoma;
	font-size: 10pt;
}

hr{
	color: 006699;
}

select{
	font-family: Tahoma;
	font-size: 8pt;
	border: 1 solid #999999;
}

input{
	font-family: Tahoma;
	font-size: 8pt;
}

.textbox{
	font-family: Tahoma;
	font-size: 8pt;
	border: 1 solid #7F9DB9;
}

textarea{
	font-family: Tahoma;
	font-size: 8pt;
	border: 1 solid #999999;
}