/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: white;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #16426C;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

/* subhead: subheading text */
.subhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #333399;
}

/* visited: previously visited links */
A:VISITED {
	color: #333366;
}

a.headerlink:hover { 
	color: #ffffff; 
	font-size: 13px; 
	font-family: Arial, Helvetica, "sans serif"; 
	text-decoration: underline 
}
a.headerlink:link { 
	color: #ffffff; 
	font-size: 13px; 
	font-family: Arial, Helvetica, "sans serif"; 
	text-decoration: none 
}
a.headerlink:visited { 
	color: #ffffff; 
	font-size: 13px; 
	font-family: Arial, Helvetica, "sans serif"; 
	text-decoration: none 
}

h3 { 
	color: #16426C; 
	font-size: 18px; }

.h3like { 
	color: #16426C; 
	font-size: 18px; 
	font-family: Arial, Helvetica, "sans serif"; 
	text-decoration: none; 
	font-weight: bold }

/* columnheader: background color for column headers */
.columnheader {
	background-color: #16426C;
	text-align: center;
}

/* fieldnameback: background color for row title sections */
.fieldnameback {
	background-color: #16426C;
	text-align: right;
}

/* databack: background color for data areas */
.databack {
	background-color: #E5DCD1;
}

/* databacklt: light background color for data areas */
.databacklt {
	background-color: #F5F1EB;
}

.pboxname {
  font-family: Arial, Helvetica, sans-serif; 
}

/* pedigree box: dates font */
/* font-size should be in points */
.pboxdates {
  font-family: Arial, Helvetica, sans-serif; 
}

/* pedigree box information popups */
/* font-size should be in points */
.pboxpopup {
  font-family: Arial, Helvetica, sans-serif; 
  margin-top: 0;
  margin-bottom: 0;
}

UL {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
}
