/* @override http://www.angusjournal.com/testsite/lovell/main.css */

.nav {
	color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.nav:hover {
	color: white;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #1f2157;
	text-decoration: none;
}

.contact {
	color: black;
	font-size: xx-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

/* @group EPDs and Pedigrees */

.ped_name{
	font-size: 14px;
	font-weight: bold;
	color: #1f2157;
}

.ped_calved{
	font-size: 12px;
	font-style: italic;
}

.ped_sirename{
	font-weight: bold;
}

.ped_damname{
	font-weight: bold;
}

.ped_pedbody{
	font-size: 12px;
}

#epdtable{
	
}

#epdtable td{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.epd_all{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	background: #fdd049 url(images/titlebg.gif) repeat-x;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.epdsubhead{
	font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #fdd049;
	background-image: url(images/titlebg.gif);
}

.epddata{
	font-size: 11px;
	background-color: #fff;
}

/* @end */