﻿body {
	border: 1px solid #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000071;
	background-color: #FFFFFF;
	background-image: url('images/mack_bkgnd.jpg');
	background-repeat: repeat;
}
h1 {
	font-family: Monotype Corsiva;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000071;
}
h2 {
	font-family: Monotype Corsiva;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000071;
}
h3 {
	font-family: Monotype Corsiva;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000071;
}
h4 {
	font-family: Monotype Corsiva;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000071;
}
h5 {
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
	color: #000071;
	text-align: center;
}
h6 {
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: #000071;
	text-align: center;
}
p {
	text-align: justify;
}
ol {
	list-style-type: decimal;
}
hr {
	width: 80%;
	height: 3;
	text-align: center;
}
table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 2px outset #E2E2F1;
	background-color: #FFFFFF;
}
td {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	border: 2px outset #E2E2F1;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}
a:visited {
	color: #800080;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
table#wide {
	width: 95%;
	padding: 2px;
	border: 2px outset #E2E2F1;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
th { 
	font-family: Times New Roman; 
	font-size: 11pt; 
	font-weight: bold; 
	border: 2px outset #E2E2F1; 
	background-color: #FFFFFF;
	}
td#wide  { 
	font-family: Times New Roman; 
	font-size: 10pt; 
	font-weight: bold; 
	border: 2px outset #E2E2F1; 
	background-color: #FFFFFF;
	text-align: left;
	}
