img, div, * { behavior: url(/iepngfix.htc) }
html {
	height: 100%;
}
body {
	background-color: #787878;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
	height: 100%;
}
a {
	color: #464646;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
.f {
	color: #464646;
	font-weight: bold;
	font-size: 10px;
}
.center {
	text-align:center;
}
.bold {
	font-weight: bold;
}
.formerror {
	color: #FF0000;
	font-weight: bold;
}
table.tbl tr.th th {
	border-bottom: 1px solid #000000;
	text-align: left;
}
table.tbl tr.td td {
	border-bottom: 1px solid #CCCCCC;
}
.big, big {
	font-size: 18px;
}
.upspace {
	padding-top: 4px;
}
.b {
	font-weight: bold;
}
.green, .green a {
	color: #5e8642;
}