/* CSS Document */

body {
	margin: 3;
	padding: 0;
	background: #FFFFFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 30px;
	border-top-color: #FFFFFF;
	border-color: #6C7170;
	border-width: 1px;
	border-style: solid;
	background-color: #CED8D6;
	width: 150px;
	padding: 2px;
	margin: 0px;
	margin-top: 12px;
}
h4 {
	padding: 0px;
	margin: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-top-color: #FFFFFF;
	border-color: #6C7170;
	border-width: 1px;
	margin: 0px;
	color: #666;
}
.volume {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-indent: 40px;
	font-size: 11px;
}
.volume img {border: 1px solid #6C7170;}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	margin: 5px;
}
.name {
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}
a {
	color: #149A95;
	font-weight: bold;
}
a:hover {
	text-decoration: underline overline;
}
.topnav {font-size: 12px; color: #6c7170; font-family: Arial, Helvetica, sans-serif;}
a.topnav {
	font-size: 11.3px;
	color: #6c7170;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #6c7170;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
.tableborder {
	border: 1px solid #6C7170;
}
.padbottom {
	padding-bottom: 2px;
}