.bigheader { font: normal 30px arial; text-align: center }
.medheader { font: normal 24px arial }
.smallheader { font: normal 20px arial;  font-style: italic }
.default { font: normal 16px arial }
.default-center { font: normal 16px arial; text-align: center }
.nav { font: normal 16px arial;  font-style: bold }
a:link { color: #000070 }
a:visited { color: #700000 }
body {
	background-image: url("images/background.jpg");
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}
div.img
{
	margin: 4px;
	border: 0px;
	height: auto;
	width: auto;
	display: inline;
	vertical-align: top
}