/* CSS Document */
body
{
  margin: 0px;
  font-family: tahoma;
  font-size: 11px;
  color: #404040;
  background-color: #FFFFFF;
  background-image: url(../Image/bg_top.jpg);
  background-repeat: repeat-x;
}
td, input, select, textrea
{
  font-family: tahoma;
  font-size: 11px;
  color: #404040;
}
a 
{
  font-family: tahoma;
  font-size: 11px;
  color: #CC0A00;
  text-decoration: none;
}
a:hover
{
  font-family: tahoma;
  font-size: 11px;
  color: #CC0A00;
  text-decoration: underline;
}
.MenuBok
{
  background-color: #FBFBFB;
  background-image: url(../Image/bg_menu_end.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.ViewHend
{
  cursor: pointer; 
  cursor: hand; 
}

