html {
		overflow-x: hidden;
}
body {
	padding:0px;
	margin:0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:center;
}
#logo {
float:right;
right:0px;
top:71px;
}
#header_bottom, #footer_top {
	background-color:#FFFFFF;
}
#content {
	text-align:left;
	padding-left:5px;
	padding-right:5%;
	font-size:small;
}
p, h1, h2, h3 {
	text-align:left;
}
.spacer {
	height:20px;
}
acronym {
	font-weight: bold;
}
.errors {
	font-weight: bold;
	color:#FF0000;
	text-align:center;
}
.indent {
	padding-left:50px;
}
.top {
	text-align:left;
	font-size:x-small;
}
h1 {
	font-size:large;
	font-weight:bold;
}
h2 {
	font-size:medium;
	font-weight:bold;
}
h3 {
	font-size:small;
	font-weight:bold;
}
th {
	text-align:center;
	font-weight:bold;
}
.holder {
	
}
.spacer {
	clear:both;
}
.item {
	float:left;
	width:330px;
	text-align:center;
}