.border {
	border: 1px solid #333333;
}
body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table_top {
	background-image: url(images/table_top.gif);
	background-repeat: no-repeat;
	height: 81px;
	width: 447px;
	background-position: bottom;
}
.table_bg {
	background-image: url(images/table_bg.gif);
	background-repeat: repeat-y;
	height: 10px;
	width: 447px;
}
.table_btm {
	background-image: url(images/table_btm.gif);
	background-repeat: no-repeat;
	width: 447px;
}
.page_title {
	font-size: 24px;
	color: #999999;
}
.formfield {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textgreen {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:nmb.link {
	color: #000000;
	text-decoration: underline;
}
a.nmb:visited {
	color: #000000;
	text-decoration: underline;
}
a.nmb:hover {
	color: #000000;
	text-decoration: underline;
}
a.nmb:active {
	color: #000000;
	text-decoration: underline;
}
.float_left {
	float: left;
	padding-right: 6px;
	padding-bottom: 2px;
}
.copyright {
	font-size: x-small;
	color: #333333;
}
