@charset "UTF-8";


/*
 main [
----------------------------------------------------------- */

#reportListHeader {
	position: relative;
	margin-bottom: 30px;
	}
#reportListHeader h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width: 730px;
	}
#reportListHeader p {
	font-size: 1.2em;
	}
#get-reader {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center;
	}
#reportList h3.reportyear {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 12px;
	}
#reportList h3.financialTitle {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
	}
#reportList li {
	background: url(../img/list-arrow.gif) left center no-repeat;
	padding-left: 12px;
	line-height: 1;
	margin-bottom: 12px;
	font-size: 1.2em;
	}
#reportList li.bottom {
	background: url(../img/list-arrow.gif) left center no-repeat;
	padding-left: 12px;
	line-height: 1;
	margin-bottom: 24px;
	font-size: 1.2em;
	}


#reportList li a:link {
	color: #666666;
	text-decoration: none;
	}
#reportList li a:visited {
	color: #999999;
	text-decoration: none;
	}
#reportList li a:hover,
#reportList li a:active {
	color: #CC0000;
	text-decoration: underline;
	}

#reportListFooter {
	text-align: center;
	border-top: 1px solid #E5E5E5;
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	}


