﻿
h1
{
	font-size: 14pt;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica;
	font-weight: bold;
}

h2
{
	font-size: 12pt;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica;
	font-weight: bold;
}

h3
{
	font-size: 11pt;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica;
	font-weight: bold;
}

body
{
	font-size: 10pt;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica;
}

.displaytext 
{
 font-size:10pt;
 font-weight:bold ;	
}

.headertext 
{
 font-size:12pt;
 color:Red ;
 font-weight:bold ;	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.PedigreeTable { border-style: Solid; border-color: black }

.PedigreeCell { border-style: Solid; border-color: black; border-width: 1px }

