﻿body {
	font-family: "Times New Roman", "Times", serif;
	font-size: 10pt;
	color: #000000;
	}

p {
	page-break-inside: avoid;
	text-indent: 1em;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	outline: none;
	}

a:visited {
	color: #808080;
	}

#top {
	display: none;
	}
	
#left {
	display: none;
	}

#right {
	display: none;
	}

#middle {
	width: 75%;
	margin: auto;
	padding: 10px;
	border: 2px solid #ccc;
	}


#footer {
	width: 75%;
	margin: auto;
	text-align: center;
	padding: 5px 0px 40px 0px;
	height: 40px;
	clear: both;
	}

	
h1, h2, h3, h4 {
	text-align: center;
	}

.float-right {
	display: none;
	float: right;
	margin: 10px 0px 10px 15px;
	}

.float-left {
	display: none;
	float: left;
	margin: 10px 15px 10px 0px;
	}

.asterisk {
	margin: auto;
	text-align: center;	
	word-spacing: 5em;
	}

.indentnav {
	text-indent: 20px;
	font-size: 80%;
	}

.centered {
	text-align: center;
	}

.italic {
	font-style: italic;
	}

	