.PedigreeTable {
	background-color: Gray;
}
.Headers {
	background-color: #CED9CB;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	border: 1px solid #4682B4;
	color: Black;
}
.Selected {
	background-color : #B0E0E6;
	border : 1px solid Black;
	font-size : 11px;
}

.Pager {
	background-color: Silver;
	color: Blue;
	font-weight: bold;
	font-size: 11px;
}

.Items {
	background-color : #EEEEEE;
	font-size : 11px;
}
.AltItems
 {
	background-color : #F5F5F5;
	font-size : 11px;
}
.Notice {
	background-color : #F5F5F5;
	color : Maroon;
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	border-left : 1px solid Navy;
	border-right : 1px solid Navy;
	border-bottom : 1px solid Navy;
	border-top : 1px solid Navy;
	text-align : justify;
}
.Input {
	border : 1px solid #408080;
	font-family : Tahoma;
	font-size : 13px;
  }
.InputC {
	border : 1px solid #408080;
	font-family : Tahoma;
	font-size : 13px;
  text-align : center;
  }
centered {
	text-align : center;
}
.small {
	font-size : 10px;
}
.maroon{
	color : Black;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : normal;
}
.ButtonStyle {
	background-color : #5F9EA0;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
	color : White;
	border : 1px solid Maroon;
}
.Header {
	color : #2F4F4F;
	font-size : 24px;
	text-align : center;
	font-weight : bold;
  font-family: "Trebuchet MS", Arial, Helvetica
}
HR
{
	color: rgb(51,102,51);
	background-image : url(../images/anarule.gif);
}

.TableBig    { font-size: 11pt; color: #008080 }
.Table
{
	border: 1px solid Gray;
	background-color: White;
}
.GreenBack   { color: #FFFFFF; background-color: #008080 }
.GreyBack   {
	color: #000000;
	background-color: Silver;
	font-weight : bold;
	font-size : 13px;
}
.blueback   {
	color: #FFFFFF;
	background-color: #8DB5D8;
}
UL
{ 
	list-style-image: url(../images/anabull1.gif);
}
UL UL
{
	list-style-image: url(../images/anabull2.gif);
}
UL UL UL
{
	list-style-image: url(../images/anabull3.gif);
}
a:link
{
	color: Black;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited
{
	color: #2F5C83;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:active
{
	color: rgb(0,102,51);
	text-decoration : none;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a:hover
{
	color: Navy;
	text-decoration : none;
	font-size : 11px;
	background-color : #F2F5EA;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.smaller:link
{
	color: rgb(153,51,51);
	text-decoration : none;
	font-size : 10px;
}
a.smaller:visited
{
	color: #20B2AA;
	text-decoration : none;
	font-size : 10px;
}
a.smaller:active
{
	color: rgb(0,102,51);
	text-decoration : none;
	font-size : 10px;
}
a.smaller:hover
{
	color: Navy;
	text-decoration : none;
	font-size : 10px;
	background-color : #F2F5EA;
}
a.larger:link
{
	color: rgb(153,51,51);
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
}
a.larger:visited
{
	color: #20B2AA;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
}
a.larger:active
{
	color: rgb(0,102,51);
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
}
a.larger:hover
{
	color: Navy;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	background-color : #F2F5EA;
}
a.Navigation:link
{
	color: White;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}
a.Navigation:visited
{
	color: Silver;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}
a.Navigation:active
{
	color: Lime;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}
a.Navigation:hover
{
	color: Teal;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
	background : White;
}
html
{
	scrollbar-face-color: teal;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #F4F7EE;
}
body
{
	color: rgb(0,0,0);
	font-family: "Trebuchet MS", Verdana, Helvetica;
	background-attachment: fixed;
	font-size: 12px;
	/*background-image: url(../images/GeneBackGrad.jpg);
	background-color: #F5F5F5;*/
}

#MainContent {
	text-align: left;
}
#Container
{
	width: 875px;
	text-align: center;
}
BUTTON 
{
	background-color: rgb(51,102,51);	
	border-color: rgb(204,153,102);
	color: white;
}
LABEL
{
	color: rgb(0,0,0);
}
TEXTAREA
{
	border-color: rgb(153,102,0);
	color: black;
}
FIELDSET
{
	border-color: rgb(153,102,0);
	color: black;
}
LEGEND
{
	color: rgb(51,102,51);
}
SELECT
{
	border-color: rgb(153,102,0);
	color: black;
}
TABLE
{
	border-color: rgb(153,102,0);
	color: rgb(0,0,0);
}
CAPTION 
{
	color: rgb(51,102,51);
}
TH
{	
	color: rgb(0,0,0);
	border-color: rgb(153,102,0);
}
TD
{
	border-color: rgb(153,102,0);
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	font-size:13px
}
TH.Guestbook
{
	color: White;
	border-color: rgb(153,102,0);
	background : Teal;
	font-weight : bold;
	font-size : 14px;
}
.Guestbook {
	background : #DDF1F5;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Teal;
	font-weight : bold;
}
a.Guestbook:link
{
	color: #20B2AA;
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.Guestbook:visited
{
	color: #20B2AA;
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.Guestbook:active
{
	color: rgb(0,102,51);
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.Guestbook:hover
{
	color: Navy;
	text-decoration : none;
	font-size : 12px;
	background-color : #F2F5EA;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TD
{
	border-color: rgb(153,102,0);
	font-style:normal;
	font-variant:normal;
	font-size:11px
}
.td_name {
	font-size : 14px;
	font-family :"Trebuchet MS", Arial, Helvetica;
	font-weight : bold;
	color : Black;
	background-color : Silver;
}
.MainName
{
	color: rgb(51,102,51);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
h1
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
  color: rgb(51,102,51);
}
h2
{
	color: rgb(51,102,51);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
}
h3
{
	color: rgb(51,102,51);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
h4
{
	color: rgb(51,102,51);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
h5
{
	color: rgb(51,102,51);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
h6
{
	color: rgb(51,102,51);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
BUTTON 
{
	background-color : #5F9EA0;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
	color : White;
	border : 1px solid Maroon;
}
LABEL
{
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-style: bold; 
}
TEXTAREA
{
	border-style: solid;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-style: normal 
}
FIELDSET
{
	border-style: solid;
	border-width: 1pt;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-style: normal; 
}
LEGEND
{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-style: normal; 
}
SELECT
{
	border-style: solid;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-style: normal 
}
TABLE
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-style: normal; 
}
CAPTION 
{
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-style: Normal; 
}
TH
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-style: normal; 
}
MARQUEE
{
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}