@charset "utf-8";
body {
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#contain #head h2 {
	color: #0099FF;
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
}
#contain #content h4 {
	background-color: #0099FF;
	width: 200px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#contain #content p {
	color: #FFFFFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#contain #content li {
	font-size: .75em;
}
#contain #content h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#contain #content ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#contain #head a {
	text-decoration: none;
	color: #0099FF;
}
#contain #head .quote {
	font-style: italic;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#contain {
	width: 700px;
	margin: auto;
	padding: 20px;
	border: 0px 0 #000000;
}
#contain #content {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#contain #head {
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-bottom: 10px;
}
#contain #foot {
	margin-top: 50px;
	text-align: center;
	font-size: .75em;
	color: #999999;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
}

#contain #head p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}

