@CHARSET "UTF-8";

a.download {
	border: none 0px;
	color: #6b3e12;
	text-decoration: none;
	font-weight: bold;
}

a.download:hover {
	border: none 0px;
	color: #f06060;
	text-decoration: none;
	font-weight: bold;
}

a.leftbox1 {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	width: 186px;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	padding-top: 8px;
	cursor: pointer;
}

a.leftbox1:hover {
	color: #f06060;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	width: 186px;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	padding-top: 8px;
	cursor: pointer;
}

a.leftbox2 {
	border: none 0px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
 	padding-right: 0px;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	margin-left: 22px;
}

a.leftbox2:hover {
	border: none 0px;
	color: #f06060;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	margin-left: 22px;
}

a.linkexternal {
	border: none 0px;
	color: #6b3e12;
	text-decoration: none;
	font-weight: bold;
}

a.linkexternal:hover {
	border: none 0px;
	color: #f06060;
	text-decoration: none;
	font-weight: bold;
}

body {
	background-color: #d0e0f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}

h1 {
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

p {
	text-align: justify;
}

.author {
	color: #90a080;
	font-size: xx-small;
	text-align: center;
	text-decoration: none;
}

.framebottom {
	border-top: solid 1px #90a080;
	border-bottom: solid 1px #90a080;
	background-color: #e0d0d0;
}

.frameleft {
	height: 99%;
	width: 200px;
	border-top: solid 1px #0000ff;
}

.frameright {
	height: 99%;
	width: 99%;
	border-top: solid 1px #0000ff;
	border-left: solid 1px #0000ff;
	position: absolute;
}

.frametop {
	text-align: center;
}

.mainblock {
	padding: 6px;
}

.searchlabel {
	width: 200px;
	display: inline;
}

