@charset "utf-8";
/* CSS Document */

body
{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a
{
	text-decoration: underline;
	cursor: pointer;
	color: #000000;
}

a:hover
{
	text-decoration: none;
}

input
{
	width: 85px;
}

.offices
{
	height: 20px;
	width: 85px;
	text-align: center;
}

table.colhed
{
	width: 100%;
}

table tr.first
{
	background-color: #FFFFFF /* #CCDDCC */;
}

table tr td input.oup
{
	background-color: #FFFFFF;
	border: none;
}
