/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table.topbar {
	background-color:#C2CDA7;
}
.topbar a {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	letter-spacing:0.9px;
}

.topbar a:link {
	color: black;
}
.topbar a:active {
	color: black;
}
.topbar a:visited {
	color: black;
}
.topbar a:hover {
	color: white;
}
.topbar td {
	padding-left: 5px;
}
h1 {
	color: #28082e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}
h2 {
	color: #28082e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
h3 {
	color: #28082e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
h6 {
	color: #28082e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin-top: 2px;
	margin-bottom: 2px;
}
table.displaytable {
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}
.displaytable td.header {
	background-color:#CCCCCC;
	font-weight: bold;
	font-size:15px;
	padding-left: 5px;
}
.displaytable td.data {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}
input {
	border: 1px solid #aaaaaa;
}
textarea {
	border: 1px solid #aaaaaa;
}


