@charset "utf-8";
/* CSS Document */

.topmnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: #dedede;
	padding: 8px 0px 8px 12px;
	margin: 0;
}

.vertscroll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	width: 123px;
	height: 300px;
	overflow: auto;
	padding: 4px 8px 4px 8px;
	margin: 0;
}

.displaywin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: white;
	padding: 12px 0px 12px 24px;
	margin: 0;
}

.imageborder {
	border: 1px solid black;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: #182648;
	padding: 12px 0px 12px 12px;
	margin: 0;
}

