.header {
	font-style: italic;
	font-size: x-large;
}

.large {
	font-size: large;
	font-weight: normal;
}

.small {
	font-size: small;
}

.smallindent {
	text-indent: 10px;
	font-size: smaller;
}

.mainarea {
	right: 30px;
	margin-top: 10px;
	min-width: 500px;
	max-width: 800px;
	width: expression(document.body.clientWidth > 950? "800px": "auto");
	border: 1px solid black;
	border-bottom: none;
	background: white;
}

div.row {
	clear: both;
	padding: 2px;
	font-size: smaller;
}

div.row span.label {
	float: left;
	text-align: right;
}

div.row span.text {
	float: right;
	text-align: left;
}

div.spacer {
	clear: both;
}

.mainlink {
	background: #bfc3bb;
	padding: 1px 0px 0px 1px;
}

.mainlink a {
	color : black;
	text-decoration: none;
	background: #bfc3bb;
	padding: 1px 16px 1px 16px;
}

.mainlink a:hover {
	color: black;
	text-decoration: none;
	background: #ffffff;
	padding: 1px 16px 1px 16px;
}

.sidelink {
	width: 150px;
}

.sidelink a {
	color: #264ea7;
	text-decoration: none;
}

body {
	background: #b7dccd;
}

a {
	color: #0329a7;
	text-decoration: none;
}

a:hover {
	color: #0329a7;
	text-decoration: underline;
}
