h1 {
	background-color: #CCCCCC;
	text-align: center;
	margin-bottom: 50px;
}
p {
	line-height: 140%;
}
h2 {
	font-size: 1.2em;
	color: #333333;
	padding: 5px;
	border: 1px ridge #999999;
	text-align: center;
	width: 250px;
	margin-top: 50px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
ul {
	font-size: 1em;
	line-height: 2em;
}
body {
	font-size: 0.75em;
	line-height: 1.5em;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 50px;
}
a:link {
	color: #6666FF;
}
a:visited {
	color: #6666FF;
}
a:active {
	color: #6666FF;
}
a:hover {
	color: #FF9900;
}
h3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
table {
	border: 1px solid #000000;
}
.menu {
	margin-bottom: 20px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
}
.menu a:link {
	color: #000000;
	text-decoration: none;
}
.menu a:visited {
	color: #000000;
}
.menu a:hover {
	text-decoration: none;
	color: #999999;
}
.menu a:action {
	text-decoration: none;
}
.top {
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-align: right;
	padding-bottom: 3px;
	color: #000000;
}
.top a:link {
	text-decoration: none;
	color: #000000;
}
.top a:visited {
	text-decoration: none;
	color: #000000;
}	

.top a:hover {
	text-decoration: none;
	color: #999999;
}
address {
	font-size: 1em;
	font-style: normal;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 30px;
}
td {
	margin: 5px;
	padding: 5px;
	text-align: center;
}
address a {
	color: #FF9900;
	text-decoration: none;
}
span li {
	padding-left: 1.5em;
}
span ul {
	list-style-image: url(../images/pdf.gif);
	padding-left: 0.5em;
	margin-left: 2em;
	line-height: 3em;
}
.bottom_margin {
	margin-bottom: 6em;
}
