﻿body {
	margin: 0 auto 0 auto;
	font-family: "Franklin Gothic Book";
	font-size: 12pt;
	color: #FFFFFF;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	text-align: center;
}
#main {
	text-align: left;
	margin: 0.5em auto 0 auto;
	width: 930px;
}
table {
	border-style: none;
	border-width: 0px;
	text-align: center;
	width: 100%;
}
a:hover {
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
}
h1 {
	font-size: 24pt;
	text-align: center;
}
dt, address {
	text-align: center;
}
ul, ol {
	text-align: left;
	line-height: 175%;
}
p {
	text-align: left;
}
h2 {
	font-size: 13pt;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}
hr {
	color: white;	
	height: 2px;
	text-align: center;
	width: 50%;
	border-style: solid;
}
#alert {
	color:yellow;
	font-size:10pt;
	font-weight:bold;
}