.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 80px;
}

.nav a {
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

.nav a:link, .nav a:visited {
	color: #ffffff;
}

.nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.dividers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 80px;
}

.header-image {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 750px;
}
.outline {
	border: 1px solid #CCCCCC;
}
.footer {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 750px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bolder;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

