CAPTION
{
	font-size: 110%;
	background-color: #EAFFFF;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	border-top:solid 4px green;
    border-bottom:solid 4px orange;
}

table
{
	font-family: Verdana, 'Lucida Grande' , sans-serif;
	font-size: 10pt;
	margin-bottom: 25px;
	margin-right: 5px;
	border-style: none;
	border-color: black;
	border-width: 2px;
	/*width: 90%;*/
}

th
{
	font-family: Verdana, 'Lucida Grande' , sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: bold;
	color: Black;
	border-bottom: solid 4px black;
	border-width: 2px;
}


tr
{
	border-style: ridge;
	border-color: Silver;
	border-width: 2px;
}


td
{
	color: Black;
	background-color: #E9F2F3;
}

td h2
{
    margin-top:25px;
}

td a:link
{
    font-size:100%;
    color:Black;
    background-color: #F8F8F8;
}

td a:visited
{
    font-size: 100%;
    color: Red;
}

td a:hover
{
    text-decoration: none;
}


td table
{
    border-style:none;
}

td table td
{
    font-size: 10pt; 
    color: black;
    border-style:none;
}


#pedigree td
{
    border-bottom-style: solid; 
    border-bottom-width: 2px;
    border-color:Black;
}

.footer table
{
	border-style:none;
}

.footer table td
{
	background-color:Black;
	color:White;
	font-size:100%;
}




