body {
	margin: 0px;
}
body, div, table, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.white {
	color: #FFFFFF;
}
a:link, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #C4683C;
}


#nav, #footer {
	color: #FFFFFF;
	background-color: #000000;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
#nav a:hover, #footer a:hover {
	color: #C4683C;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C4683C;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
p {
	margin: 2px 0px 5px;
}
#pedigreetable, #test1{
	background-color: #CCCC99;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#pedigreetable td, #test1 td, #pedigreetable th, #test1 th {
	padding: 3px 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #990000;
	text-align: center;
}
#pedigreetable td, #test1 td{
	font-size: 9pt;
}
#pedigreetable th, #test1 th {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.imagetextwrap {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#contacttable {
	background-color: #F3E8D8;
	border: 1px solid #000000;
}
#contacttable td, #contacttable th {
	padding: 5px;
	border: 1px dotted #000000;
}
