/* generic */
body { 
	background-color: #cccccc;
	color: #000000;
	background-image: url(images/backg12.gif);
	margin: 0px;
	font-family: Arial, sans-serif;

}
/* table container */
.background { 
  background-image: url(images/img8.jpg);
	background-repeat: no-repeat;
}
/* table container */
.smallbackground { 
  background-image: url(images/sm_img8.jpg);
	background-repeat: no-repeat;
}
/* specific to content cell */
.content { 
	font-size: 12pt;
 }

td { 
	font-size: 12pt;
 }

.header { 
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 36pt;
	color: #000099;
	text-align: center;
}
/* centered text */
.subheader { 
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 19pt;
	color: #000099;
	text-align: center;
}
/* not centered, smaller */
.smallheader { 
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 16pt;
	color: #000099;
}

.herdsmallheader {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-align: center;
}

.herdcontent {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.familytreelink {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 8pt;	
	text-decoration: none;
}

.footer {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #6A3E8E;
}

.navcell {
	background-image: url(/images/x10.gif);
	background-position: center;
	background-repeat: no-repeat;
}

td.navcell a:hover {
	color: #000000;
}

.navlink {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

a {
	color: #000099;
}

a.visited {
	color: #6699cc;
}

.formheader {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#003333;
}

.pageheader {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #000099;
}

.formtitle {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #000099;
}

.caption {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style:italic;
}