a:link    {color: #ab2025; text-decoration: none;}
a:visited {color: #ab2025; text-decoration: none;}
a:hover   {color: #ab2025; text-decoration: underline;}
a:active  {color: #ab2025; text-decoration: underline;}

body {
  font-family: Arial, Verdana, sans-serif; 
  color: #000000;
  line-height: 1.33;
  margin-top: 0px;
  background: #ffffff;
  font-size: 13px;
}

table, tr, td {
/*
  border-collapse: collapse; 
  border: hidden;
  border: none;
*/
}

img {
  border: 0;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px dotted #c4c4c4;
}

h1 {
  color: #000000;
  text-align: center;
  margin-top: 0px;
  border-bottom: 1px dotted #c4c4c4	;
  letter-spacing: 2px;
}

input {
  border: 1px solid #bfbfbf;
  padding: 2px;
}

textarea {
  border: 1px solid #bfbfbf;
  padding: 2px;
}

address {
  font-size: 11px;
  text-align: center;
  font-style: normal;
  padding: 7px;
  border-top: 1px dotted #c4c4c4;
}

.tab_content_box {
  font-size: 12px; 
  border: 1px solid #c4c4c4; 
  width: 200px; 
  margin-bottom: 1px; 
  padding: 10px;
}

.list {
  padding: 0px 0px 10px 0px;
}

.text_box {
  width: 623px;
  text-align: left;
}

.button {
  background: #ee7f01;
  border: #ee7f01;
  color: #ffffff;
}

.highlight {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dotted;
}

.info {
  font-weight: bold;
  font-size: 16px;
  color: #659f27;
  padding-left: 3px;
}

.menu_blue {
  font-size: 17px;
  margin-top: 0px;
  padding: 2px 2px 2px 6px;
  /* background: #2c2970; */
  background: url(./tabcontent/shade.gif);
  border: 1px solid #c4c4c4;
}

.menu_green {
  font-size: 17px;
  padding: 2px 2px 2px 6px;
  /* background: #659f27; */
  background: url(./tabcontent/shade.gif);
  border: 1px solid #c4c4c4;
}

.menu_red {
  font-size: 17px;
  padding: 2px 2px 2px 6px;
  /* background: #ab2025; */
  background: url(./tabcontent/shade.gif);
  border: 1px solid #c4c4c4;
}

.menu_blue a {
  color: #2c2970;
  font-weight: bold;
}

.menu_green a {
  color: #659f27;
  font-weight: bold;
}

.menu_red a {
  color: #ab2025;
  font-weight: bold;
}

