  A
  {
    color             : black;
    font-family       : verdana, arial, helvetica, sans-serif;
    font-size         : x-small;
    text-decoration   : none;
  }
  
  A:active
  {
  }
  
  A:hover
  {
    color             : red;
  }
  
  A:visited
  {
  }
  
  A.copyright
  {
    font-size         : xx-small;
  }

  
  BODY
  {
    color             : yellow;
    background-color  : #FFFCE4;
    
    font-family       : verdana, arial, helvetica, sans-serif;
    font-size         : x-small;    
  }
  
  TD
  {
    color             : black;
    
    font-family       : verdana, arial, helvetica, sans-serif;
    font-size         : x-small;
  }
  
  TD.title
  {
    color             : black;
    
    font-size         : x-large;
    font-style        : normal;
    background        : url("../image/background.gif");
  }

  TD.border_top
  {
    background        : url("../image/border_top.gif");
    background-repeat : repeat-x;
  }

  TD.border_left
  {
    background        : url("../image/border_left.gif");
    background-repeat : repeat-y;
  }
	 
  TD.border_right
  {
    background        : url("../image/border_right.gif");
    background-repeat : repeat-y;
  }

  TD.border_bottom
  {
    background        : url("../image/border_bottom.gif");
    background-repeat : repeat-x;
  }
  
  TD.photo_border_top
  {
    background        : url("../image/photo_border.gif");
    background-repeat : repeat-x;
  }

  TD.photo_border_left
  {
    background        : url("../image/photo_border.gif");
    background-repeat : repeat-y;
  }
	 
  TD.photo_border_right
  {
    background        : url("../image/photo_border_right.gif");
    background-repeat : repeat-y;
  }

  TD.photo_border_bottom
  {
    background        : url("../image/photo_border_bottom.gif");
    background-repeat : repeat-x;
  }
  
  
  
  input
  {
    text-indent         : 2px;
  }

  input.button
  {
  	border-top-width    : 1px;
	  border-right-width  : 1px;
  	border-bottom-width : 1px;
	  border-left-width   : 1px;
  }

  input, textarea, select
  {
	  color               : #000000;
	  background-color    : #DEDEDE;
  	font-family         : verdana, arial, helvetica, sans-serif;
	  font-size           : 10px;
  	border              : 1px #636363 solid;
  	border-top-width    : 1px;
	  border-right-width  : 1px;
	  border-bottom-width : 1px;
	  border-left-width   : 1px;
  }
