body {
	font-family: sans-serif;
}

table {
	border-collapse:collapse;
}

td {
	border-collapse:collapse;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0b5aa3;
}

a:hover {
	text-decoration: underline;
}

a.whitelink {
	color: white;
}

.bdr {
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	border-left-style:none;
}

.bd {
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}

.bn {
	border-top-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
}

.br {
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	border-left-style:none;
	border-bottom-style:none;
}

.hiddenlabel {
	display: none;
}
