body {
	font-size: 85%;
	font-family: arial,helvetica,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #225599;
/*	background-image: url(/graphics/background.jpg);*/
}

.smalltext {
	font-size: .75em;
}

.smallwhitetext {
	font-size: .75em;
	color: #fff;
}

.largetext {
	font-size: 1.25em;
	font-weight: bold;
}

.hugetext {
	font-size: 1.75em;
	font-weight: bold;
}

.highlight {
	background-color: #ffff66;
	color: #000000;
}

a:link {
	color: #225599;
	text-decoration: none;
}

a:visited {
	color: #552299;
	text-decoration: none;
}

a.active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

hr#nav {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 33%;
	text-align: center;
}

hr#content {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 50%;
	text-align: center;
}

hr#content100 {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
	text-align: center;
}

