@charset "utf-8";
/* CSS Document */
body {
    background-color: #FFFFFF;
}

#main {
	position: absolute;
	padding: 4px;
	margin: 0px;
    top: 4px;
    left: 50%;
    margin-left: -400px;
	width: 800px;
	height: auto;
	z-index: 1;
}
.line {
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 4px;
	left: 0px;
	width: 100%;
	height: 1px;
	z-index: 2;
	background-color: #444444;
}
.content {
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 4px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 2;
}

.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
}
.bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bolder;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
}
a:link 		{ font-family: "Courier New", Courier, monospace; font-weight: bold; color: #ee2024; text-decoration:none;}
a:visited 	{ font-family: "Courier New", Courier, monospace; font-weight: bold; color: #ee2024; text-decoration:none;}
a:active	{ font-family: "Courier New", Courier, monospace; font-weight: bold; color: #ee2024; text-decoration:none;}
a:hover 		{ font-family: "Courier New", Courier, monospace; font-weight: bold; color: #ee2024; text-decoration:underline;}