/*
Color Palettes:

Possible Background pallette
More Tanish
#B3A789 #FFEEC4 #7F7F7F #E5E5E5 #4D4D4D #B3B3B3 

More Greenish
#BCC499 #73785D #C4AF99 #786B5D #3B3B3B #C4C4C4 

Possible Text pallette
Rustish
#7E2115 #C93622 #7D4415 #C96D22 #828282 #7D7D7D 
*/

/**
 * 
 */
.Pedigree
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 500px;
	padding: 0px;
	background-repeat: no-repeat;	
	color: #3B3B3B; 
}

.Pedigree A
{
	font-weight: bold; 
	font-size: 14px;
    text-decoration: none;
}

.Pedigree A:link
{
    color: #C93622;
}

.Pedigree A:visited
{
    color: #C96D22;
}

.Pedigree A:hover
{
	color: #3B3B3B; 
}

.Pedigree A:active
{
	font-style: oblique;
	color: #3B3B3B; 
}

/**
 * 
 */
.Pedigree TABLE
{
	width: 100%;
	padding: 0px;
	font-size: 10px;
}

.Pedigree TR
{
}

.Pedigree TD
{
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

.Title1 TD
{	
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.Title2 TD
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.Footer TD
{
	font-size: 10px;
	letter-spacing: -1px;
	text-align: center;
}
