
body {
	font-size: medium;
	font-family: "Times New Roman", serif;
	color: black;
	background: transparent;
}

.background { 
	background-image: url('../images/background_1.jpg');
	background-repeat: repeat
}


h1 {
	margin: 0 0 0 0;
	font-size: xx-large;
	font-family:  "Copperplate Gothic Light", san-serif;
	font-weight: bold;
	color: black;
	background: transparent;
	white-space:nowrap;
}

h2 {
	margin: 0 0 0 0;
	font-size: x-large;
	font-family:  "Copperplate Gothic Light", san-serif;
	font-weight: bold;
	color: navy;
	background: transparent;
	white-space:nowrap;
}

h3 {
	margin: 0 0 0 0;
	font-size: large;
	font-family:  "Copperplate Gothic Light", san-serif;
	font-weight: bold;
	color: navy;
	background: transparent;
	white-space:nowrap;
}

h4 {
	margin: 0 0 0 0;
	border-width: .25em 0 0 0;
	border-style: solid;
	border-color: #000000;
	padding: 1em 0 0 0;
	font-size: medium;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	color: black;
	background: transparent;
	white-space:nowrap;
}

.pageupdated {
	margin: 0;
	font-size: x-small;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: black;
	text-align: right;
	white-space: nowrap;
}

a:link {
	color: #3333CC;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #336666;
	background: transparent;
	text-decoration: underline; 
}

a.showImage:link,
a.showImage:hover,
a.showImage:visited,
a.showImage:active,
a.showImage:focus {
	color: #0000cc;
	background: transparent;
}

img.hideMe {
	display: none;
	position: absolute;
}

ul {
	margin: 0 0 0 1em;
}

ol {
	margin: 0 0 0 1.5em;
}

li {
	font-size: medium;
	margin: 0 0 0 0;
	list-style: outside;
	font-family: "Comic Sans MS", sans-serif;
}

p {
	font-size: medium;
	margin: 0 0 0 0;
	font-family: "Comic Sans MS", sans-serif;
}

ul li p {
	margin: 0 0 0 0;
}

ol li p {
	margin: 0 0 0 0;
}

.indent{
	margin-left: .5em;
}

.doubleindent{
	margin-left: 1em;
}

.tripleindent{
	margin-left: 1.5em;
}

.nospace{
	margin-top: 0;
	margin-bottom: 0;
}

.noborder {
	border: 0;
}

.nowrap {
	white-space:nowrap;
}

table {
	margin: 0 0 1em 0;
	padding: 0;
	border: 2px solid black;
	border-collapse: collapse;
}

th {
	font-size: medium;
	font-weight: bold;
	font-family:  Arial, sans-serif;
	color: white;
	background: #9400D3;
	text-align: left;
	padding: 2px;
	border: 2px solid black;
}

td {
	font-size: medium;
	font-family: "Times New Roman", serif;
	padding: 2px;
	border: 1px solid black;
}

.breakbefore { page-break-before: always; 
}

.breakafter { page-break-after: always; 
}

hr {
	border: 0;
	width: 100%;
	color:navy;
	background: transparent;
	height: 2px;
}

hr.colorrule {
	border: 0;
	width: 100%;
	color: navy;
	background: transparent;
	height: 2px;
}

.returntotop{
	margin: 0 0 1em 0;
	font-size: small;
	text-align: right;
	white-space:nowrap;
}
