body,td,th {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				small;
	color:					#666666;
}

body {
	background-color: 		#d9d9d9;
	margin-left: 			0px;
	margin-top: 			0px;
	margin-right: 			0px;
	margin-bottom: 			0px;
}

#container {
	width: 					750px;
	position:				relative;
	background-color:		#FFFFFF;
}

.metaltop {
	background-image:		url(images/metal_bckgrnd.jpg);
	background-repeat:		repeat-x;
}

.nav_bckgrnd {
	background-image:		url(images/nav_bckgrnd.jpg);
	background-repeat:		repeat-x;
}

.footer {
	font-size:				x-small;
	padding-bottom:			20px;
}

.subhead_container {
	border-bottom:			solid thin #04508b;
}
.sm_text {
	float: 					right;
	color:					#bcbcbc;
	font-size: 				xx-small;
}
.subhead {
	float: 					left;
	color:					#04508b;
	font-weight:			bold;
	font-size: 				small;
	padding-left:			10px;
}
.subhead2 {
	float: 					left;
	color:					#4b86be;
	font-weight:			bold;
	font-size: 				small;
	padding-left:			10px;
}
p {
	padding-left: 			10px;
	padding-right: 			10px;
}

.1800 {
	color:					#04508b;
	font-weight:			bold;
}

h1 {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				small;
	color:					#4b86be;
	font-weight:			bold;
	padding-top:			10px;
	padding-left: 			10px;
	padding-right: 			10px;
}
h2 {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				small;
	color:					#04508b;
	font-weight:			bold;
	padding-left: 			10px;
	padding-right: 			10px;
	margin:					0px;
}

#visible {
	overflow: 				visible;
}

#hidden {
	overflow: 				hidden;
}

#scroll {
	overflow: 				scroll;
}

#auto {
	overflow: 				auto;
}
div.off{
	display: 				none;
}

a {
	text-decoration:		none;
	color: 					#04508b;
}

a:hover {
	text-decoration:		underline;
	color: 					#4b86be;
}

a:visted {
	text-decoration:		none;
	color: 					#04508b;
}
