@charset "utf-8";
/* CSS Document */


/*Body Styles*/
body {
	background-color: #126a2e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 9pt;
}

.pedigreetree{
	font-family:Courier New;
	font-size:12px;
}

a.pedigreetree{
	font-family:Courier New;
	font-size:12px;
}

a.pedigreetree:hover{
	font-family:Courier New;
	font-size:12px;
}

.greenbutton80big {
	font-size:18px;
	background-color:#093619;
	color:#ebd389;
	width:80px;
	cursor:pointer;
}

.greenbutton120big {
	font-size:18px;
	background-color:#093619;
	color:#ebd389;
	width:120px;
	cursor:pointer;
}

.greenbutton160big {
	font-size:18px;
	background-color:#093619;
	color:#ebd389;
	width:160px;
	cursor:pointer;
}

.greenbutton180big {
	font-size:18px;
	background-color:#093619;
	color:#ebd389;
	width:180px;
	cursor:pointer;
}

.greenbutton200big {
	font-size:18px;
	background-color:#093619;
	color:#ebd389;
	width:200px;
	cursor:pointer;
}

.greenbutton400big {
	font-size:18px;
	background-color:#093619;
	color:#ebd389;
	width:400px;
	cursor:pointer;
}

.greenbutton80 {
	background-color:#126a2e;
	color:#ebd389;
	width:80px;
	cursor:pointer;
}

.greenbutton120 {
	background-color:#126a2e;
	color:#ebd389;
	width:120px;
	cursor:pointer;
}

.greenbutton160 {
	background-color:#126a2e;
	color:#ebd389;
	width:160px;
	cursor:pointer;
}

.greenbutton200 {
	background-color:#126a2e;
	color:#ebd389;
	width:200px;
	cursor:pointer;
}

.greenbutton400 {
	background-color:#126a2e;
	color:#ebd389;
	width:400px;
	cursor:pointer;
}

.greybutton80 {
	background-color:#555555;
	color:#FFFFFF;
	width:80px;
	cursor:pointer;
}

.greybutton120 {
	background-color:#555555;
	color:#FFFFFF;
	width:120px;
	cursor:pointer;
}

.greybutton160 {
	background-color:#555555;
	color:#FFFFFF;
	width:160px;
	cursor:pointer;
}

.greybutton200 {
	background-color:#555555;
	color:#FFFFFF;
	width:200px;
	cursor:pointer;
}

.greybutton400 {
	background-color:#555555;
	color:#FFFFFF;
	width:400px;
	cursor:pointer;
}

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

.subhead2 {
	 font-family:"Trebuchet MS";
	 color: #ebd389;
	 font-weight: bold;
	 font-size: 13pt;
}

.subhead3 {
	 font-family:"Trebuchet MS";
	 color: #157e39;
	 font-weight: bold;
	 font-size: 10pt;
}

.subhead4 {
	 font-family:"Trebuchet MS";
	 color: #ffffff;
	 font-weight: bold;
	 font-size: 16pt;
}

/*Body Text Style*/
.bodytext {
	font-family:"Trebuchet MS";
}

.bodytextwht {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
}

.bodytextsmalldg {
	font-family:"Trebuchet MS";
	font-size: 8pt;
	color: #144b24;
}

.bodytextsmallwh {
	font-family:"Trebuchet MS";
	font-size: 7pt;
	color: #ffffff;
}

.bodytextsmallltgreen {
	font-family:"Trebuchet MS";
	font-size: 7pt;
	color: #e7f0bd;
}

.bodytextred {
	font-family:"Trebuchet MS";
	font-size: 9pt;
	color: #ad0f0f;
}

/*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: #c2cfc5;
	 text-decoration:none;
} 

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

/* Additional Link Style*/
a.green_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #157e39;
	font-size: 9pt;
}

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

a.green_links_reverse {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color: #157e39;
	color:#FFFFFF;
	font-size: 9pt;
}

a.green_links_reverse:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	background-color: #157e39;
	color:#FFFFFF;
	font-size: 9pt;
}

.green_links_javascript {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #157e39;
	font-size: 9pt;
	cursor:pointer;
}

/*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: 1px solid #000000;
}

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

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

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

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

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

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

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

.formtextdiv1 {
	position:relative;
	float:left;
	width:165px;
	text-align:right;
	line-height:30px;
	margin-right:15px;
}

.forminputdiv1 {
	position:relative;
	float:left;
	width:400px;
	height:25px;
	margin-top:5px;
}