body
{
	margin-top: 2px; 
	margin-right: 0px; 
	margin-bottom: 2px; 
	margin-left: 0px;
	background-color: #808080;
	
	
}

body, td, a, input, select, textarea, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    	font-size: 12px; 
    	font-weight: normal; 
	color: #252525;     
}
  
table.site
{
	background-color: #EAEAEA;
	border-left-width:1px;
	border-style:solid;
	border-color: #404040;
	border-right-width:2px;
	border-top-width:1px;
	border-bottom-width:2px;
}

table.menu, table.footer
{
	background-color: #F76B09;
	border-width:1px;
	border-style:solid;
	border-color: #004A7F;
}

td.menuitem
{	
	font-size:16px;
	color: #02497D;
	
}
td.menuitemselected
{	
	font-size:16px;
	color: #02497D;
}
  
h1 {
    font-size:large !important; 
    font-size:medium;
    margin:0;
    display:inline;
  }

h1.standardColor {
    color:#004A7F;
  }

h2 {
    font-size:small !important; 
    font-size:x-small;
    margin:0;
    color:#004A7F;
  }
		
.pedigreemale 
  {
  	background-color:#dfdfdf;
    border: 1px;
    border-color:#000000;
    border-style: solid;
    text-align:center;
    font-weight: bold; 
  }

.pedigreefemale 
  {
  	background-color:#efefef;
    border: 1px;
    border-color:#000000;
    border-style: solid ;
    text-align:center;
    font-weight: bold; 
  }                

.pedigreeheader 
  {
  	border: 1px;
    border-color:#000000;
    border-style: solid;
    padding:5px;
    border-collapse:collapse;
    text-align:center;
    font-weight: bold; 
  }

.button 
  {
  	
   font-weight:bold;
   color:#000000;
   background-color:#CCCCCC;
  }
.importantbutton
{
  font-weight:bold;
   color:#000000;
   background-color:#F76B09;
}

  
a.menu, a.menu:link, a.menu:visited { 
    color:#004A7F;
    text-decoration: none; 
    font-size: 15px;
  }
a.menu:hover, a.menu:active { 
    color:#004A7F; 
    text-decoration: underline; 
    font-size: 15px;
  }

a, a:link, a:visited { 
    color:#004A7F;
    text-decoration: none; 
    font-size: 12px;
  }
a:hover, a:active { 
    color:#004A7F; 
    text-decoration: underline; 
    font-size: 12px;
  }


