/* This fixes teh vertical scroll bar shift problem in firefow by making the scroll bar permanent. */
html { min-height: 100%; margin-bottom: 1px; }

body,td,th {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/SMITHSFORGE-BG.jpg);
}
.right {
	float:right;
}
a {
	font-size: 12px;
	color: #6699FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6666FF;
}
a:hover {
	text-decoration: none;
	color: #66CCFF;
}
a:active {
	text-decoration: none;
}
.footer {
	font-size: 9px;
	color: #333333;
}

