body {
	font-size: 85%;
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #9ED4FA;
	background-image: url(/graphics/background.jpg);
	background-repeat: repeat-x;
}

sup {
	font-size: .65em;
}

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

.footertext {
	font-size: .75em;
/*	background-color: #555555;*/
	color: #003399;
}

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

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

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

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

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

a.active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

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

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

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

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