@charset "utf-8";
body {
	background-color: #330000;
}
a:link {
	color: #3300FF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}


a:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

a:hover {
	text-decoration: underline;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:visited {
	color: #CC00CC;
	text-decoration: none
}

#pagebox {
	background-color: #dedeca;
	float: left;
	width: 600px;
}
#header {
	float: left;
	width: 100%;
	background-color: #dedeca;
	margin-bottom: 7px;
}

#logo {
	float: left;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#pagecontent {
	float: left;
	width: 100%;
}









.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #660000;
}
.style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.25;
	color: #333333;
}
#footer {
	float: left;
	width: 100%;
}

.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
