@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
p {
	margin: 10px 0 10px 0;
	}
a:link {
	text-decoration: none;
	color:#666666;
	}
a:hover {
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
	color: #666666;
	}
a:visited:hover {
	text-decoration: none;
	color: #000000;
	}
.blackout {
	color: #000000;
	background-color: #000000;
}
#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	width: 830px;
	margin: 0 auto 0 auto;
}
#logo p {
	text-align: center;
}
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E2F1FE;
	padding: 25px;
	border: 1px groove #000000;
}
#wrapper p {
	line-height: 23px;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 330px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin-bottom: 30px;
}
#header p {
	line-height: 16px;
}
.indent_1 {
	margin-left: 80px;
}
.indent_2 {
	margin-left: 40px;
}
