

body {
	color: black;
	background-color: #000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.nav_bg {
	background-color: #000;
	background-image: url(../../baldridge_bros/images/navbg.jpg);
	background-repeat: repeat-x;
}

.nav {
	color: #fff;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: black;
	padding: 4px 6px;
	border-left: 3px solid #e51b1b;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}

.navend {
	border-left: 3px solid #d9011a;
}

.nav_links {
	color: #fff;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.nav_links:hover {
	color: #e51b1b;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.title {
	color: #d9011a;
	font-size: 24pt;
	font-family: "trebuchet ms", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
}

.main {
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

a {
	color: #e51b1b;
}

a:hover {
	color: #e4b320;
}

.footer {
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

.api {
	color: white;
	font-size: xx-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

b {
	color: #e51b1b;
	font-weight: bold;
}

/* @group EPDs and Pedigrees */

.PedAnmName 
{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #e51b1b;
}

..PedCalvedRow {
	font-size: 12px;
	font-style: italic;
}

.PedS, .PedD {
	font-weight: bold;
	color: #e51b1b;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD {
	margin-left: 35px;
}


.PedTable
{
	padding-top: 10px;
	width: 525px;
	text-align: left;
	padding-bottom: 10px;
}

.PedTable td{
	
}


.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable {
	width: 400px;
	border-right: 1px solid #000;
}


.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 3px;
}


.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader {
	background: #000 url(images/epdbg.gif) repeat-x;
	color: #fff;
	font-size: 11px;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow {
	font-size: 11px;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{	width: 398px;
	text-align: center;	
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* @end */