/* @override http://www.angusjournal.com/testsite/hddunn/basic.css */
body{ margin: 0; }
body, p {
	font-size: 13px;
	line-height: 130%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.cutline {
	color: #293a56;
	font-style: italic;
	font-size: 70%;
	line-height: 110%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.italic {
	color: black;
	font-style: italic;
	font-size: 80%;
	line-height: 120%
}

.bottomlinks {
	color: black;
	font-size: 80%;
	line-height: 130%
}

.mybodybold {
	font-weight: bold;
}

.blue_table{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 14px;
}
.blue_table th{
	font-size: 12px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	color: #fff;
	padding: 3px;
	background-color: #26364d;
	font-weight: normal;
	font-style: normal;
}
.blue_table th a{
	color: #fff;
}
.blue_table td{
	font-size: 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	padding: 3px;
	text-align: center;
}
.blue_table .odd{
	background-color: #b1c1da;
}
.blue_table .left_txt{
	text-align: left;
}
/* @group EPDs/Peds/misc */
a.banner-ad{
	background-color: #26364d;
	display: block;
	width: 468px;
	height: 40px;
	text-align: center;
	color: #e9e9e5;
	text-decoration: none;
	margin: 0 auto;
	padding: 20px 0 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px outset #666;
	font-size: 22px;
}
a:hover.banner-ad{
	background-color: #26364d;
	border: 2px inset #666;
	color: #fff;
	padding-top: 18px;
	height: 42px;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.PedAnmName{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.PedCalvedRow{
	font-size: 14px;
}

.PedS, .PedD{
	text-transform: uppercase;
	font-weight: bold;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	font-size: 13px;
	padding:10px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
	width: 400px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	font-size: 13px;
	background-color: #26364d;
	color: #fff;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	font-size: 13px;
	background-color: #b1c1da;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	font-size: 13px;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 12px;
}
/* @end */