body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #4F4C5D;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
}
.heading {
	position: relative;
	left: auto;
	top: auto;
	height: auto;
	color: #8C160B;
	font-weight: bold;
	font-size: x-large;
	line-height: normal;
}
.bodylayout {
	/*position: relative;*/
	width: 700px;
	left: 50px;
	text-align:left;
}
a {
	font-size: small;
	color: #4F4C5D;
	text-decoration: underline;
}
.maintext {
	position: relative;
	text-align: justify;
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	font-size: small;
	line-height: normal;
}
.headingtext {
	font-weight: bold;
	font-style: italic;
	font-size: large;
}
.smallheading {
	font-size: small;
	font-weight: bold;
}
ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
	font-size: small;
	line-height: normal;
	text-align: left;
}
.largeleftblock {
	position: absolute;
	width: 400px;
}
.smallrightblock {
	position: relative;
	width: 40%;
	left: 50%;
}
.smallleftblock {
	position: absolute;
	width: 300px;
}
.largerightblock {
	position: relative;
	left: 40%;
	width: 400px;
}
.footer {
	font-size: x-small;
	text-align: center;
	line-height: 1.5em;
}
.container {
	position: relative;
}
li {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
	border-collapse:collapse;
}
