@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	background-color: #333300;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.tableoutline {
	border: thick ridge #003300;
}
table {
	background-color: #CCCC99;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
	font-variant: normal;
	letter-spacing: 0.4em;
	text-align: center;
	white-space: normal;
}
.tabletop {
	border: medium double #330033;
}
.tablebottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	font-style: italic;
	vertical-align: bottom;
}
p {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.3em;
}
a:link {
	color: #663333;
}
a:visited {
	color: #669933;
}
.bottomline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
