@charset "ISO-8859-1";
body {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0px;
  padding: 0px;
  border-style: none;
  background-color: #333333;
}
td {
  font-size:11px
}
a {
  color: rgb(189,0,0);
  text-decoration: underline;
}
a:hover {
  color: rgb(189,0,0);
  text-decoration: none;
}
.gray_bg_title {
  color: #bd0000;
  background-color: #f0f0f0;
  font-style: italic;
  font-size: 13px;
}
.red_bg_title {
  color: #FFFFFF;
  background-color: #bd0000;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
}
.red_text {
  color: #bd0000
}
.black_text {
  color: #000000
}
.bold_text {
  font-weight: bold
}
.content_text{
  text-align:justify;
  font-size:10px;
  line-height: 16px;
  margin-bottom:2px;
}
.content_text_2{
  font-size:10px;
  line-height: 16px;
  margin-bottom:2px;
}
.subtitle {
  color: #bd0000;
  font-style: italic;
  font-size: 13px;
}
.white_box {
  background-color: #FFFFFF;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  margin-bottom:2px;
}

#address {
  background-color:#FFFFFF;
  line-height: 18px;
  height: 180px;
}
#address a {
  color: rgb(189,0,0);
  text-decoration: underline;
}
#address a:hover {
  color: rgb(189,0,0);
  text-decoration: none;
}
#address #nostyle {
  text-decoration:none;
  font-size:11px;
  font-weight:bold;
}
#address #nostyle:hover {
  text-decoration:underline;
  font-size:11px;
  font-weight:bold;
}

#menu {
  background-color: rgb(255,255,255);
  width: 240px !important;
}
#menu ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 3px;
}
#menu li {
  border-bottom: 1px dashed rgb(180,180,180);
  line-height:16px;
  width:240px;
}
#menu li#last {
  border-bottom: none;
}
#menu li a {
  text-decoration:none;
  padding: 2px;
  display:block;
  color: rgb(64,64,64);
  background-image: url(../images/menu/menu_passive.gif);
  background-position: right;
  background-repeat:no-repeat;
}
#menu li a:hover {
  text-decoration:none;
  padding: 2px;
  display:block;
  color: rgb(189,0,0);
  background-image: url(../images/menu/menu_active.gif);
  background-position: right;
  background-repeat:no-repeat;
}
#menu li a.active {
  text-decoration:none;
  padding: 2px;
  display:block;
  color: rgb(189,0,0);
  background-image: url(../images/menu/menu_active.gif);
  background-position: right;
  background-repeat:no-repeat;
}
#description {
  padding-bottom: 5px;
}
input, textarea {
  font-size: 11px;
  border-width: 1px;
  border-style: solid;
  border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {  font-size: 11px;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c3c3 #7c7c7c #c3c3c3 #dddddd;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
