/* CSS Document */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'open_sans_lightregular', sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #444;
  text-rendering: optimizelegibility;
}
.pedigree {
  color: #444;
  font-family: 'open_sansregular', sans-serif;
  font-size: 13px;
}

}
.gen1 {
	font-family: 'open_sansregular', sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	background-color: #993333;
}
.gen2 {
	font-family: 'open_sansregular', sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	background-color: #CC6600;
}
.gen3 {
	font-family: 'open_sansregular', sans-serif;
	font-size: 13pt;
	
	color: #000000;
	background-color: #CC9966;
}
.gen4 {
		font-family: 'open_sansregular', sans-serif;
	font-size: 13pt;
	background-color: #CCCC99;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.margin30 {
	margin-left: 30px;
}
.tglink {
	font-family: 'open_sansregular', sans-serif;
	font-size: 10pt;
	color: #993333;
}
.tglink a:link {
	color:#993333
}
.tglink a:visited {
	color:#993333
}
