html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #FFF;
	color: #222;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0;
	padding: 0; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

table,
tr,
td{ /* required for text in tables, because tables do not inherit from body */
	color: #222;
	font-size: 11px;
	line-height: 135%;
}
form{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}
a:link,
a:visited,
a:active{
	background: transparent;
	color: #222;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #34498B;
text-decoration: none;

}

.imagethumb {
	border: 1px solid rgb(0,0,0);
}

#gfooter{
	background: #71849F;
	margin: 5px 0 5px 0;
	padding: 0;
	width: 100%;
}
#gfooter td{
	color: #FFF;
	font-size: 10px;
	padding: 1px;
}

#gfooter a:link,
#gfooter a:visited{
	color: #FFF;
}
