.sidebar {
	border-right: 1px dotted #330000;
	border-bottom: 1px dotted #330000;
	border-left: 1px dotted #330000;
	border-top: 1px dotted #330000;
	background: navy;
	background-color : #CC9900;
}

.body {
		border-right:1px dotted #330000;
	border-bottom:1px dotted #330000;
	border-left: 1px dotted #330000;
	border-top: 1px dotted #330000;
	background-color : #CC9900;
}

.nav {
	font-size: 9pt;
	font-family: garamond;
	color: #003300;
	margin-left: 5px;
	margin-right: 5px;
}
.nav a {
	color: navy;
	text-decoration: none;
}

.nav a:hover {
	color: #6666FF;
}

.bar {
	border-bottom: 1px dotted #330000;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bodytext {
	font-family: garamond;
	font-size: 12pt;
	color: #003300;
	margin-left: 15px;
	margin-right: 15px;
}

.bodytext a {
		color: navy;
	text-decoration: none;
}

.bodytext a:hover {
	color: #6666FF;
}

.titles {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.disclaimer {
	font-family: garamond;
	font-size: 10pt;
	color: white;
}