/* 
  -----------------------------------
  Personal Web Solutions, Inc.
  -----------------------------------
*/
body
{
    font-family: "Trebuchet MS" , Arial, sans-serif;
}

#Text1, #Text2
{
    border-right: dimgray thin solid;
    border-top: dimgray thin solid;
    margin-left: 4px;
    border-left: dimgray thin solid;
    border-bottom: dimgray thin solid;
}

#page_bode
{
    margin: 10px;
}

#Submit1
{
    font-size: xx-small;
    color: whitesmoke;
    font-family: Tahoma, Arial;
    background-color: darkred;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

/*Heading Styles*/
h1, h2, h3, h4 {
	margin: 0px 0px 0px 30px;
	font-size: 1.75em;
	font-family: "Futura Book", "Futura Medium", "Futura Light", "Century Gothic", "Arial Black", sans-serif;
	color: #8d1515;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3, h4 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
	color: #8d1515;
}
h3 {
	font-size: 1.4em;
}

h4 {
	margin: 10px 0 10px 0;
	font-size: 1em;
	text-align: center;
}

h5 {
	margin: 0px 0px 0px 8px;
	font-size: 0.75em;
	font-family: "Verdana";
	color: #32291f;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}

/*link styles*/
a:link, a:visited {
	color: #000000;
}
a:hover, a:active, a:focus {
	color: #663300;
}

input.button
{
   color:#8d1515;
   font-family: "Futura Book", "Futura Medium", "Futura Light", "Century Gothic", "Arial Black", sans-serif;
   font-size: 84%;
   font-weight: normal;
   background-color:#F1E6DA;
   border:1px solid;
   padding: 0px 10px 0px 10px;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}

a.button2
{
   color:#8d1515;
   font-family: "Futura Book", "Futura Medium", "Futura Light", "Century Gothic", "Arial Black", sans-serif;
   font-size: 84%;
   font-weight: normal;
   background-color:#F1E6DA;
   border:1px solid;
   padding: 0px 5px 0px 5px;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   text-decoration: none;
}

a.button2:hover
{
   color:#F1E6DA;
   font-family: "Futura Book", "Futura Medium", "Futura Light", "Century Gothic", "Arial Black", sans-serif;
   font-size: 84%;
   font-weight: normal;
   background-color:#8d1515;
   border:1px solid;
   padding: 0px 5px 0px 5px;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   text-decoration: none;
}

a.button3
{
   color:#F1E6DA;
   font-family: "Futura Book", "Futura Medium", "Futura Light", "Century Gothic", "Arial Black", sans-serif;
   font-size: 84%;
   font-weight: normal;
   background-color:#8d1515;
   border:1px solid;
   padding: 0px 5px 0px 5px;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   text-decoration: none;
}

input.pedigree
{
	width: 125px;
}

input.pedigree2
{
	width: 125px;
	background-color: White;
	color: Black;
	border: 0px;
	padding: 2px;
}


whitetext {color: #FFFFFF}
