
a, a:link, a:active, a:focus
{
    color : blue;
	font-weight : normal;
}

a:visited
{
    color : purple;
	font-weight : normal;
}

a:hover
{
    color : purple;
    background : transparent;
    text-decoration : underline;
	font-weight : normal;
}

.inputgroup {
	clear:both;
	display:block;
}

.inputlabel {
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	width: 190px;
	text-align:right;
}

.inputcontrol {
	display: block;
	margin-left: 200px;
}

th.listHeader {
	background: #cccccc;
	font-weight: normal;
}

th.listEntry {
	font-size: normal;
	font-weight: normal;
	background: #eeeeee;
}

