@charset "UTF-8";
#container-main {
	float: none;
	height: auto;
	width: 650px;
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 50%;
	right: auto;
	margin-left: -342px;
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 10px;
}
.container-main a {
	color: #333333;
	text-decoration: none;
}
.container-main a:hover {
	color: #000000;
	text-decoration: underline;
}
#container-footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #AAAAAA;
	vertical-align: bottom;
	text-align: right;
	float: right;
	bottom:-35px;
	position: absolute;
	border-top-width: 0px;
	border-top-color: #CCCCCC;
	border-top-style: dashed;
}
#container-header {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	background-position: top;
	vertical-align: top;
	height: auto;
	text-align: left;
	border-bottom-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	position: absolute;
	top: 30px;
}
.highlighted {
	font-weight: bold;
	color: #663333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

