@charset "UTF-8";


/* BEGIN General HTML elements - colours, fonts, etc. */

body {
	background-color: #fff;
	text-algin: center;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 15px 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 10px 0px;
}

p {
	text-align: justify;
	line-height: 1.5em;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none;
}

a:visited {
	color: #6E6C64;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}
/* END General HTML elements */

.textBody {
	margin: 20px 20px 20px 20px;
	padding: 5px 5px 5px 5px;
	overflow: auto;
	font-family: Arial;
}
