
a {
	color:#00f;
	text-decoration:none;
}

a:visited {
	color:#00f;
	text-decoration:none;
}

a:hover {
	color:#00f;
	text-decoration:underline;
}

.formbutton_lo {
	background:#ccc;
	border:1px outset #888;
}

.formbutton_hi {
	background:#ddd;
	border:1px outset #888;
}

.hlerror {
	font-weight:bold;
	color:#f00;
}

.boxsuper {
    display:inline;
    font-size:14px;
    font-weight:bold;
    padding:2px;
}

.boxsub {
    width:auto;
    float:right;
    display:inline;
}

.boxcontent {
	border:3px solid #000;
}

.navbutton_lo {
	text-align:center;
	background:#d1d3ee;
	width:100px;
	cursor:pointer;
}

.navbutton_hi {
	text-align:center;
	background:#fff;
	width:100px;
	cursor:pointer;
}

.tableheader {
	background:#fff;
	font-weight:bold;
}

.row1 {
}

.row2 {
	background:#ddd;
}

.lbl {
	background:#fff;
}

.titletext {
	font-size:14px;
	font-weight:bold;
}
