/* CSS Document */

/*Body Styles*/
body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fffffff;
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Subhead Style*/
.subhead {
	 font-family:"Trebuchet MS";
	 color: #ffffff;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 16pt;
}

/*Body Text Style*/
.bodytext1 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:10pt;
	
}

.bodytext2 {
	font-family:"Trebuchet MS";
	color:#a91419;
	font-size:10pt;
	
}

.bodytext3 {
	font-family:"Trebuchet MS";
	color:#e7d2ad;
	font-size:10pt;	
}

.smtext1 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:10pt;
	
}

.smtext2 {
	font-family:"Trebuchet MS";
	color:#a91419;
	font-size:10pt;
	
}

.smtext3 {
	font-family:"Trebuchet MS";
	color:#e7d2ad;
	font-size:10pt;	
}

.menutext {
	color: #FFFFFF; 
	font-size: 10; }

.contacttext {
	color: #E8D2AD}

.bars {
	color: #C1902A;
	font-weight: bold;
}

/*Sire Text Style*/
.title {
	font-family:"Trebuchet MS";
	color:#a91419;
	font-size:14pt;
	font-weight: bold; }
	
.title2 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:14pt;
	font-weight: bold; }

.supplemental_info {
	font-family:"Trebuchet MS";
	color: #000000; 
	font-size: 10pt; }
	
.pedigree {
	font-family:"Trebuchet MS";
	color: #a91419; 
	font-size: 10pt; }
	
.pedigree2 {
	font-family:"Trebuchet MS";
	color: #a91419; 
	font-size: 9pt; 
}
	
.pedigree3 {
	font-family:"Trebuchet MS";
	color: #a91419; 
	font-size: 8pt;  }

.EPD1 {
	font-family:"Trebuchet MS";
	color: #000000; 
	font-size: 8pt; }

.EPD2 {
	font-family:"Trebuchet MS";
	color: #e7d2ad; 
	font-size: 8pt; 
	font-weight: bold; }
	
.EPD3 {
	font-family:"Trebuchet MS";
	color: #a91419; 
	font-size: 8pt; 
	font-weight: bold; }
	
.bars2 {
	font-family:"Trebuchet MS";
	color: #a91419;
	font-size: 10pt; }

}

/*Footer Text Style*/
.footer {
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

/*Font Styles*/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

/*Hyperlink Style*/
a {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #000000;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #a91419; 
	 text-decoration:underline;
}

/* Additional Link Style*/
a.menulink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10pt;
}

a.menulink:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c1902a;
	font-size: 10pt;
	text-decoration:none;

}

a.contactlinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #E8D2AD;
	font-size: 9pt;
}

a.contactlinks:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #ffffff;
	font-size: 9pt;
}

/*Cell Roll Over Style*/
.tbl a {
	width:100%;
	padding: 3px;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.rollover a {
	width:100%;
	background-color: #f2f971;
	text-align: left;
	text-decoration: none;
	color:#213B90;
}
.rollover a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
}
.rollover ul {list-style-type: none;}
.rolllover p {margin:0px}

/*Border Solid or Dashed*/
.border_solid {
	border: 2px solid #a91419;
}

.border_solid2 {
	border: 2px solid #000000;
}

.border_solid3 {
	border: 1px solid #e7d2ad;
}

.border_dashed {
	border: 1px dashed #000000;
}

/*Left or Right Border Style*/
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e7d2ad;
}

.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e7d2ad;
}

/*Top or Bottom Border*/
.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.bottom-border {
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #FFFFFF;
}

/*Collapse Table*/
table {
	border-collapse: collapse;
}

/*Hide Search Terms Style*/
.searchterms {
	display:none;
}
