@charset "utf-8";
ul {
	margin: 0px;
	padding: 0px;
	font-size: x-large;
}
li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
}


.bannertext {
	font-size: small;
}

.bannertext-smaller {
	text-align: right;
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
}
#navbar   a:link {
	text-decoration: none;
	color: #000000;
	font-size: medium;
	font-weight: bolder;
	font-variant: small-caps;
}
#navbar   a:visited {
	color: #000000;
	text-decoration: none;
	font-size: medium;
	font-weight: bolder;
	font-variant: small-caps;
}
#navbar   a:hover {
	color: #000000;
	text-decoration: none;
	font-size: medium;
	font-weight: bolder;
	font-variant: small-caps;
}
#navbar   a:active {
	color: #000000;
	text-decoration: none;
	font-size: medium;
	font-weight: bolder;
	font-variant: small-caps;
}
#topright a:link {
	color: #0000FF;
	text-decoration: none;
}
#topright a:visited {
	color: #0000FF;
	text-decoration: none;
}
#topright a:hover {
	color: #0000FF;
	text-decoration: none;
}
#topright a:active {
	color: #0000FF;
	text-decoration: underline;
}


#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}
.maintext {
	font-size: large;
	line-height: 90%;
}
.footertext {
	font-size: medium;
	font-weight: bolder;
	font-variant: small-caps;
}
h1 {
	font-size: large;
	line-height: 90%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
