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

#fullwidth {
	background-color: #FFF;
	width: 860px;
	margin-right: 20px;
	margin-left: 20px;
}
.tblheader {
	background-color: #76A2EB;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.error {
	font-weight: bold;
	color: #900;
}



.resultsbold {
	font-weight: bold;
}
.resultsbold a:link {
	font-weight: bold;
	text-decoration: underline;
}
.resultsbold a:visited {
	font-weight: bold;
}
.resultsbold a:hover {
	font-weight: bold;
}
.resultsbold a:active {
	font-weight: bold;
}
.resultsnormal {
	font-weight: normal;
}
.resultsnormal a:link {
	font-weight: normal;
	text-decoration: underline;
}
.resultsnormal a:visited {
	font-weight: normal;
}
.resultsnormal a:hover {
	font-weight: normal;
}
.resultsnormal a:active {
	font-weight: normal;
}

