body {
	background-color:White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	}
:link {
	color: Navy;
}

:visited {
	color: Maroon;
}

a:active {
	color: Green;
}

a:hover {
	color: Red;
}
.cssnav {
	position: relative;
	background-image: url(~/images/btnOver.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 120px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.cssnav a {
display: block;
color: #000000;
font-size: 11px;
width: 120px;
height: 30px;
float: left;
color: black;
text-decoration: none;
}

.cssnav img {width: 120px; height: 30px; border: 0;}
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 1px;
	top: 9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	width: 120px;
}
.header {
	display:block;
	position:absolute;
	left: 1px;
	top:0px;
	height:100px;
	width: 799px;
}
.navbar {
	background-color: black;
	display:block;
	left: 0px;
	position:relative;
	top:108px;
	width: 799px;
}
.content {
	border-style: inset;
	border-width: medium;
	border-color: white;
	background-color: #FFFFFF;
	color:#000000;
	position:absolute;
	display:block;
	left: 10px;
	padding: 15px;
	top:108px;
	width:780px;
}
.footer {
	display:block;
	position: relative;
	padding: 5px;
	width: 625px;
	text-align:center;
	font-size: 9px;
	font-weight:bold;
	border-style: groove;
	border-width:thin;
	border-color:black;
}
ul.fixedWidth {
	font-family:"Courier New", Courier, mono;
}
.txtPad 
{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}	
.txtRight 
{
	text-align:right;
}
.h1 {
	text-align:left;
	font-size:18pt;
	font-weight:bold;
	font-variant:small-caps;
}
.h2 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.h3 {
	text-align:left;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
.imgSpacer3x124
{
	height:3px;
	width:124px;
}
.txtButton 
{
	text-align:center; 
	vertical-align:middle;
	font-size:8pt;
}
.txtBoxTitle 
{
	text-align:center; 
	vertical-align:middle;
	font-size:8pt;
	padding-top:3px;
	padding-bottom:3px;
	background-color:White;
	border-color:Black;
	border-style:solid;
	border-width:1px;
}
.txtPedigreeTitle {
	text-align:right;
	font-size:14pt;
	font-weight:bold;
}
.txtPedigreeSubTitle {
	text-align:right;
	font-size:8pt;
	font-weight:normal;
}
.txtPedigreeMale 
{
	border-left-style:solid;
	border-left-color:Black;
	border-left-width:1px;
	border-top-style:solid;
	border-top-color:Black;
	border-top-width:1px;
	font-size:7.5pt;
	font-family:Verdana,Sans-Serif;
	height:20px;
	width:200px;
	padding-left:2px;
}
.txtPedigreeFemale
{
	border-left-style:solid;
	border-left-color:Black;
	border-left-width:1px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-bottom-width:1px;
	font-size:7.5pt;
	font-family:Verdana,Sans-Serif;
	height:20px;
	width:200px;
	padding-left:2px;
}
.framer { 
   border-style:ridge;
   border-color:#0000CC;
   border-width:medium;
}   
.white_thk {
	border-style: inset;
	border-color: white;
	border-width: thick;
	}
.maroon_thn { 
   border-style: groove;
   border-color:#903850;
   border-width:thin;
}
.blue_thn { 
   border-style:inset;
   border-color:#235EA4;
   border-width:thin;
}

