html, body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td {
	font-size: x-small;
}
.map1 {
font-weight:bold;
font-size:100%;
}
.map2 {

font-size:90%;
}
.map3 {
font-weight:normal;
font-size:80%;
}
.topbanner {
	height: 60px;
	background: #0099FF;	
}

.topmenu {
	border-bottom: 1px solid Gray;
	width: 100%;
	height: 25px;
	background-color: #9999CC;
}
.topmenu h2 {
	font-size: 100%;
	font-style: normal;
	margin: 1px;
	display: inline;
}
.topmenu td {
	font-weight: bold;
	font-size: x-small;
	text-transform: uppercase;
	color: Black;
	padding-left: 3px;
	padding-right: 3px;
}
.topmenu A {
	color: blue;
	text-decoration: none;
}
.topmenu A:hover {
	color: darkblue;
	text-decoration: overline;
}
.st {
	font-size: xx-small;
	color: Black;
	text-align: right;
	padding: 3px;
	height: 20px;
}
.st A {
	color: Black;
}
input {
	border: 0px;
	height: 20px;
}
textarea {
	border: 1px solid Black;
	height: 100px;
	width: 400px;
}
.breadcrumb {
	font-size: xx-small;
	font-weight: normal;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
}
.breadcrumb h2 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 1px;
	display: inline;
}
.submenu {
color: darkblue;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	width: 280px;
	background-color: #f9f9f9;
	vertical-align: top;
}
.submenu h2 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 1px;
}
.menutitle {
	background-color: #f9f9f9;
	border-bottom: 1px solid Gray;
	margin: 5px;
	padding: 3px;
	color: darkblue;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
ul {
	margin-top:5px;
	margin-left: 15px;
	padding: 0px;
	list-style: circle inside none;
}
.news {
	font-size: xx-small;
	padding: 10px;
}
.title {
	font-size: large;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
A {
	color: blue;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.main {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid Gray;
}
h1 {
	font-size: large;
	font-weight: normal;
	font-style: italic;
	padding: 3px;
	margin: 10px;
	border-bottom: 1px solid Silver;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 70%;
}
.content {
	padding: 10px;
	text-align: justify;
}

.catalogline {
	width: 100%;
}
.catalog {
	width: 100%;
}
.catalog th {
	background-color: #f9f9f9;
	border-bottom: 1px solid Gray;
	margin: 0px;
	padding: 2px;
	color: Gray;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	height: 22px;
}
.catalog td {
	background-color: #f9f9f9;
}
.button {
	border: 1px solid Gray;
	background-color: #f9f9f9;
	cursor: hand;
}
.inputtext {
	border: 1px solid Gray;
}
.active h2{
	font-weight: bold;
}