@charset "ISO-8859-1";
/* CSS Document */

html{
    overflow-y: scroll;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*for IE6 bug (DISAPPEARING_LIST_BACKGROUND)*/
	position: relative;
}
img {
	border: 0px;
}
h1,h2,h3,h4,h5{
	padding:0px;
	margin:0px;
}
a:link {
	text-decoration: none;
	color: #4a4a4a;
}
a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
a:hover {
	text-decoration: underline;
	color: #DA002D;
}
a:active {
	text-decoration: underline;
	color: #DA002D;
}
#wrapper {
	padding: 0px;
	width: 700px;
	border: 1px solid #8c8885;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #contents {
	background-image: url(../image/object.gif);
	background-repeat: no-repeat;
	background-position: 245px -10px;
	margin: 0px;
	padding: 0px;
	width: 700px;
	overflow: hidden;
	position: relative;
}
#wrapper #contents #menu {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	margin-left: 26px;
	padding-bottom: 45px;
	margin-top: 204px;
}
#menu img.contens {
	margin-bottom: 19px;
	margin-left: 11px;
}
#menu li.nolinks {
	background-image: url(../image/bullett_off.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 12px;
}
#menu li.nest {
	background-image: none;
	padding-left: 18px;
}
#menu li.nest-nolinks {
	background-image: none;
	padding-left: 30px;
}
#menu li.nest2 {
	background-image: none;
	padding-left: 35px;
}
#menu ul.download {
	margin-top: 15px;
}
#menu .datasize {
	font-weight: normal;
	font-size: 10px;
}
#menu a {
/*	display: block;
	width: 500px;
*/	padding-left: 12px;
}

/*for IE's bug (DISAPPEARING_LIST_BACKGROUND)*/
@media print {
	#menu a, #menu li.nolinks {
		display: block;
		width: 100%;
	}
}

#menu a:link {
	text-decoration: none;
	color: #4a4a4a;
	background-image: url(../image/bullett_off.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu a:visited {
	text-decoration: none;
	color: #7F7F7F;
	background-image: url(../image/bullett_off.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu a:hover {
	text-decoration: underline;
	color: #DA002D;
	background-image: url(../image/bullett_on.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu a:active {
	text-decoration: underline;
	color: #DA002D;
	background-image: url(../image/bullett_on.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu .nest a:link, #menu .nest2 a:link {
	text-decoration: none;
	color: #4a4a4a;
	background-image: none;
	display: inline;
}
#menu .nest a:visited, #menu .nest2 a:visited {
	text-decoration: none;
	color: #7F7F7F;
	background-image: none;
	display: inline;
}
#menu .nest a:hover, #menu .nest2 a:hover {
	text-decoration: underline;
	color: #DA002D;
	display: inline;
}
#menu .nest a:active, #menu .nest2 a:active {
	text-decoration: underline;
	color: #DA002D;
	display: inline;
}
#wrapper #contents #menu p.note {
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
	text-indent: -4px;
	background-color: #E3E2E5;
	display: block;
	margin-top: 24px;
	margin-left: 13px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-right: 240px;
}
#wrapper #contents h1.logo {
	position: absolute;
	height: 41px;
	width: 201px;
	left: 18px;
	top: 23px;
}
#wrapper #contents h2.ar2009 {
	position: absolute;
	height: 28px;
	width: 161px;
	left: 441px;
	top: 55px;
}
#wrapper #contents h3.lead {
	position: absolute;
	height: 53px;
	width: 352px;
	left: 250px;
	top: 99px;
}
#wrapper #contents h4.preliminary {
	position: absolute;
	height: 21px;
	width: 74px;
	left: 516px;
	top: 163px;
}
#footer {
	width: 700px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8c8885;
	border-bottom-color: #8c8885;
	border-left-color: #8c8885;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer table {
	margin-bottom: 5px;
}

