Body {
	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
	background-image: url(images/metal-texture.gif);
}
.content-small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.content-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.content-medium {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.content-large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

.highlight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585442;
}
.highlight-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585442;
	font-weight: bold;
}
.highlight-medium {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #585442;
	font-weight: bold;
	font-variant: normal;
}
.highlight-large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #585442;
	font-weight: normal;
}
.table-border-thick {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	border: medium solid #4A8797;
}
.table-turquoise {
	background-color: #4A8797;
}

/* this group sets the normal link colors */

a:link {
	text-decoration: underline;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:vistied {
	color: #09152B;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #AF2C27;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AF2C27;
	text-decoration: underline;
}
a:hover {
	color: #044B77;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#navigation a {
	font:bold 12px Geneva, Arial, Helvetica, sans-serif;
	padding:4px;
	display: block;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	border-right-width: thin;
	border-right-style: solid;
	color: #FFFFFF;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.content-italics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.content-small-float {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: left;
}
.table-background {
	background-repeat: no-repeat;
	background-position: left top;
}
.highlight-two-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6633;
	font-weight: bold;
}
.highlight-two-medium-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0E537C;
	font-weight: bold;
}
.table-bottom-background {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.table-border-bottom {
	font-size: 16px;
	color: #CCCCCC;
	background-color: #4A8797;
	border: thin dashed #A51A18;
	font-weight: bold;
}
.table-header-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.highlight-two-medium-italics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6633;
	font-weight: bold;
	font-style: italic;
}
.content-italics-indent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	margin-right: 50px;
	margin-left: 50px;
}
.content-italic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
