html {
  background-color: #FFF
  }

body {
  background-color: #FFF;
  background: url(images/bigsheep.gif) no-repeat;
  margin: 50px 0px 30px 0px;
  text-align: justify;
  font-family: verdana, arial, "sans serif";
  font-weight: bold;
  font-size: 10pt;
  color: #EEE
  }

td {
  padding: 0px;
  }
.form_contact_error {
	border: 1px solid #FFCC00;
	padding: 10px;
}
.required {
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}
.formstyle {
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
}


form {
  text-align: center
  }

a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
  }
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.category:link {color: #eeeeee; font-weight: normal; text-decoration: underline;}
a.category:active {color: #eeeeee; font-weight: normal; text-decoration: underline;}
a.category:visited {color: #eeeeee; font-weight: normal; text-decoration: underline;}
a.category:hover {color: #00ff00; font-weight: normal; text-decoration: underline;}

a.share:link {color: #849AB9; font-weight: normal; text-decoration: underline;}
a.share:active {color: #849AB9; font-weight: normal; text-decoration: underline;}
a.share:visited {color: #849AB9; font-weight: normal; text-decoration: underline;}
a.share:hover {color: #F93; font-weight: normal; text-decoration: underline;}


.cent {
  text-align: center
  }

.dem_shade {
  height: 20px;
  background-color: #849AB9
  }

#copy { text-align: center }

  #copy a {
    text-decoration: none;
    font-weight: normal;
    font-size: 8pt;
    color: #AAA
    }

table,td#step3form {
   text-align: left
   }

#next {
  float:right;
  margin-top: 50px;
  }

td#top {
  height: 76px;
  width: 510px
  }

td.body {
  background: url(images/body_bg.gif) repeat-y;
  width: 503px;
  padding: 10px 30px 20px 50px;
  margin: 0px
  }
  
  td.pagenum {
  background: url(images/body_bg.gif) repeat-y;
  width: 503px;
  padding: 0px 30px 0px 50px;
  margin: 0px
  }

td#bottom {
  height: 16px;
  width: 510px
  }
.help td {
	padding: 4px;
}
.black {
	color: #000000;
	padding: 5px;
}
