body {
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
	background-position: top;
	background-repeat: repeat-x;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9a9591;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.heading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #808080;
	background-position: left center;
	padding-top: 10px;
	padding-left: 0px;
}

.subheading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	background-position: left center;
	padding-left: 5px;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #808080;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 150px;
	vertical-align: top;
}

.scrolltext {
	font-family: Arial;
	font-size: 12px;
	color: #808080;
	background-position: left center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.scrolltext div {
	overflow: auto;
	height: 380px;
	padding-right: 140px;

}

.contactscrolltext {
	font-family: Arial;
	font-size: 12px;
	color: #808080;
	background-position: left center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.contactscrolltext div {
	overflow: auto;
	height: 380px;
	padding-right: 10px;

}

.contacttext {
	font-family: Arial;
	font-size: 12px;
	color: #808080;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}
.links {
	font-family: Arial;
	font-size: 10px;
	color: #b3b3b3;
	padding-top: 15px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;

}

.links:link {
	color: #a7a9ac3;
	text-decoration: none;
}
.links:active {
	color: #a7a9ac;
	text-decoration: none;
}
.links:visited {
	color: #a7a9ac;
	text-decoration: none;
}
.links:hover {
	color: #808080;
	text-decoration: none;
}  

a:link {
	font-family: Arial;
	font-size: 10px;
	color: #a7a9ac;
	text-decoration: none;
	text-align: right;
	padding-top: 20px;
	font-weight: bold;
}

a:active {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #a7a9ac;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}

.examplediv {
}

* html examplediv {
}

.examplediv {
padding: 0;
position: relative;
}

.examplediv p {
background-color: rgb(124,119,115);
padding: 0.1em;
width: 90%;
text-align: center;
}

.examplediv span.title {
}
