BODY, TR, TD {
	font-family: "Verdana";
	font-style: normal;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0px;
}

.inputform {
	font-family: "Verdana";
	font-size: 11px;
	color: #0080ff;
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	padding-left: 2px;
	height: 16px;
}

INPUT {
	color: #0080ff;
	border: 1px solid #c4c4c4;
	padding-left: 2px;
	height: 16px;
}

SELECT {
	-moz-border-radius: 2px;
	border:1px solid silver;
}

.button {
	border: 0px;
}

.footer {
	font-size: 10px;
	color: #ffffff;
}

a.footer:link { color: #ffffff; text-decoration: none; }
a.footer:visited { color: #ffffff; text-decoration: none; }
a.footer:active { color: #ffffff; text-decoration: none; }
a.footer:hover { color: #ffffff; text-decoration: underline; }

a.norecords:hover { color: #000000; background: url(/img/linethrough.gif) repeat-x center left; text-decoration: none; }

#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}

#contents {
	z-index: 1;
	width: 100%;
	position: relative;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:hover { color: #0080ff; text-decoration: underline; }