#wrapper {
	width: 760px;
	margin: 0px;
	display: block;
	padding: 0px;
}
#main {
	width: 760px;
	display: inline;
}#wrapper #main #conts {
	margin-top: 10px;
	margin-left: 20px;
}
#wrapper #main #conts #new {
	width: 310px;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	height: 230px;
	margin-top: 10px;
}
#wrapper #main #conts #new #new_img {
	float: left;
	margin-top: 19px;
	margin-right: 18px;
	margin-left: 8px;
}
#wrapper #main #conts #new p {
	float: left;
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 7px;
	width: 135px;
}
#wrapper #main #conts #new #acrobat {
	float: left;
	font-size: 12px;
	line-height: 120%;
	width: 135px;
}


#wrapper #main #conts #new a {
	float: left;
	font-style: normal;
	font-size: 12px;
	background: url(../../../finance/annual_report/images/pdf.gif) no-repeat;
	text-indent: 16px;
	height: 12px;
	padding-top: 2px;
	margin-bottom: 15px;
	text-decoration: none;
}
#wrapper #main #conts #new a:hover {
	text-decoration: underline;
}
#wrapper #main #conts #new #acrobat img {
	margin-top: 8px;
}

#wrapper #main #conts #backnum {
	width: 190px;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	height: 110px;
	margin-left: 11px;
	border-left: 1px dotted #CCCCCC;
	margin-top: 10px;
}
#wrapper #main #conts #new #acrobat a {
	text-indent: 0px;
	padding-top: 0px;
	background: url(none);
}

#wrapper #main #conts #backnum img {
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	margin-left: 15px;
}
#wrapper #main #conts #backnum p {
	float: left;
	font-size: 12px;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 100px;
}
#wrapper #main #conts #backnum a {
	float: left;
	font-style: normal;
	font-size: 12px;
	background: url(../../../finance/annual_report/images//pdf.gif) no-repeat;
	text-indent: 16px;
	height: 12px;
	padding-top: 2px;
	text-decoration: none;
}
#wrapper #main #conts #backnum a:hover {
	text-decoration: underline;
}
/* ///////////////////////////////////////// ClearFix */

.clear{
	clear:both;
	height: 30px;
}
/* modern browsers */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

