@charset "utf-8";
.logo {
	background-image: url(../images/logo.png);
	height: 156px;
	width: 153px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	width: 80%;
	top: 36px;
	left: 150px;
	background-color: #FFFFFF;
	padding: 10px;
	height: auto;
	position: absolute;
}
.holder {
	margin: auto;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 18px;
	width: auto;
	top: 20px;
	background-color: #FFFFFF;
	left: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #002bb8;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: -1px;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
}

.contents {
	background-color: #f9f9f9;
	height: auto;
	width: 200px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	font-weight: bold;
	text-align: center;
}
.insideContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002BB8;
	text-align: left;
	line-height: 20px;
}

body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.inactiveSection {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 16px;
	width: auto;
	top: 20px;
	background-color: #FFFFFF;
	left: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #002bb8;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-right: 10px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	width: 135px;
	top: 180px;
	left: 0px;
	background-color: #FFFFFF;
	height: auto;
	color: #002BB8;
	line-height: 20px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-right: 10px;
}
.insidePictureBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 20px;
}
.pictureBox {
	background-color: #f9f9f9;
	height: auto;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	font-weight: bold;
	float: right;
	margin-left: 10px;
	text-align: center;
	padding: 10px;
}
h4 {
	font-size: 14px;
}

ul.NoBulletNoIndent {
	margin-left: 0px;
	padding-left: 15px
}
