body {
	background-color: #8A97C6;
	margin-right: 20px;
}

h1 {
	font-family: ariel; 
	color: black; 
	font-size:18pt; 
	text-align: center; 
	text-decoration: underline; 
	font-weight: bold;
}

h2 {
	font-family: ariel; 
	color: black; 
	font-size: 14pt; 
	text-align: left; 
	text-decoration: underline; 
	font-weight: bold;
}

h3 {
	font-family: ariel;
	font-style: italic;
	color: black; 
	font-size: 12pt; 
	text-align: left; 
	text-decoration: underline; 
	font-weight: bold; 
	text-indent: 4em;
	line-height: normal;
}

h4 {
	font-family: ariel;
	font-style: italic;
	color: black; 
	font-size: 12pt; 
	text-align: left; 
	text-decoration: underline; 
	font-weight: bold; 
	text-indent: 8em;
	line-height: normal;
}

p {
	font-family: ariel; 
	color: black; 
	font-size:12pt; 
	margin-right: 10px;
}

p.tabbed {
	font-family: ariel; 
	color: black; 
	font-size:12pt; 
	margin-right: 10px;
	margin-left: 10px;
	line-height: 150%;
}

p.doubletabbed {
	font-family: ariel; 
	color: black; 
	font-size:12pt; 
	margin-right: 10px;
	margin-left: 20px;
	line-height: 150%;
}

p.norightmargin {
	font-family: ariel; 
	color: black; 
	font-size:12pt; 
	margin-right: 0px;
}

pre {
	font-family: ariel; 
	color: black; 
	font-size:12pt; 
	margin-right: 10px;
}

a {
	font-family: ariel; 
	font-size:12pt;
}

img.rightborder {
	border: 2px solid white;
	float: right;
}

img.rightborder {
	border: 2px solid white;
	float: right;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid white;
}