body {
	font-size: 12px;
	font-family: Helvetica;
	color: #006666;
}

a.menulink {
	display: none;
}

input {
	width: 98%;
	background: white !important;
	text-transform: uppercase;
	border-width: 1px; 
}
textarea {
	border-width: 1px;
}
button {
	border-width: 1px; 
}

select {
	background: white;
}

input.button {
	background: lightgrey !important;
	text-transform: none;
}

th {
	font-weight: bold;
	text-align: left;
	padding-left: 1%;
}

td {
	font-weight: normal;
	text-align: left;
}

td.heading
{
	font-weight: bold;
	text-align: left;
	padding-left: 0%;
}

h3
{
	margin-top: 0em;
	margin-bottom: 0em;
}

p
{
	margin-top: 0em;
}

.error {
	background-color: #FFFFCC !important;
}

a {
	text-decoration: none;
}

td.result {
	color: black;
	cursor: pointer;
}
td.current {
	font-weight: bold;
	color: blue;
	cursor: pointer;
}

span.accesskey
{
	text-decoration: underline;
	font-weight: bold;
}
