@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	line-height: 18px;
}
#outerDiv {
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 59px;
}
#content {
	width: 654px;
	border: 1px solid #0080ab;
	padding: 35px;
}
#linkDiv {
	background-color: #0080ab;
	width: 654px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin-top: 35px;
	text-align: center;
}
#footer {
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #999999;
}
#footer A {
	color: #999999;
}

h1 {
	font-size: 36px;
	color: #0080ab;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	color: #7c7369;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 15px 0px 10px 0px;
}
h3 {
	font-size: 14px;
	color: #0080ab;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
h4 {
	font-size: 14px;
	color: #b20000;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
P A {
	color: #000;
}
.whiteLink {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom: 28px;
}
.blackLink {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}

