BODY
 {
   background-color: #EEEEEE;
 }

A { text-decoration: none }
A:link { color: #688E50; }
A:visited { color: #688E50; }
A:hover	{ color:#FF0000; }

A.menu {font-weight: bold; padding-right: 5px; padding-left: 5px;}

P
 {
   font-family: arial, sans-serif;
   font-size: 10pt;
 }
P.front_head
 {
   padding-top: 20px;
   font-family: arial;
   font-size: 12pt;
   font-weight: bold;
   text-align: center;
 }
 P.front_head_minor
  {
    /*padding-top: 20px;*/
    font-family: arial;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
 }



TABLE.main
 {
    width: 750px;
    height: 600px;
    background-color: #FFFFFF;
 }
TD.title
 {
    padding-top: 10px;
    text-align: center;
    height: 159px;
    background-repeat: no-repeat;
    background-position: top;
 }

TD.title#farm { background-image: url('title_farm.jpg'); }
TD.title#celeb { background-image: url('title_celebrations.jpg'); }
TD.title#butcher { background-image: url('title_butcher.jpg'); }
TD.title#livery { background-image: url('title_livery.jpg'); }
TD.title#riding { background-image: url('title_riding.jpg'); }
TD.title#equine { background-image: url('title_equine.jpg'); }

TD.content
 {
   font-family: arial, sans-serif;
   font-size: 10pt;
   padding: 10px;
   padding-top: 20px;
   vertical-align: top;
 }
TD.left
 {
    width: 5px;
    background-image: url('border_left.jpg');
    background-repeat: repeat-y;
 }
 TD.right
  {
    width: 5px;
    background-image: url('border_right.jpg');
    background-repeat: repeat-y;
  }
TD.bottom
 {
   height: 10px;

 }
 TD.bottom_left
  {
    width: 16px;
    height: 16px;
    background-image: url('border_corner_l.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
 }

 TD.bottom_right
  {
    width: 16px;
    height: 16px;
    background-image: url('border_corner_r.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
  }

 TD.bottom_mid
  {
    height: 16px;
    font size: 4pt;
    background-image: url('border_bottom.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
  }

TD.content#bg
 {
    background-image: url('corner_piece.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
 }

TD.menu
 {
   font-family: arial, sans-serif;
   font-size: 10pt;
   text-align: center;
   valign: top;
   height: 35px;
 }

SPAN.menu_on
 {
   color: #9C6060;
   font-weight: bold;
   padding-right: 5px;
   padding-left: 5px;
 }

TD.area_pick
 {
 	text-align: center;
 	padding: 20px;
 }
TD.area_desc
 {
   font-weight: bold;
   font-size: 12pt;
 }

TD.copyright
 {
   height: 10px;
   text-align: center;
   background-color: #EEEEEE;
   font-family: verdana, sans-serif;
   color: #888888;
   font-size: 7pt;
 }

LI.wave_list
 {
 	/*list-style-image: url('bullet.gif');*/
 	padding-left: 15px;
 	padding-bottom: 15px;
 	font-size: 10pt;
 }