/* CSS Document */

body {
  font-family: Georgia, Times, serif;
  background-color: #6a6662;
  border: none;
  padding: 5px;
  margin: none;
}
td {
  font-size:11px;
  line-height:14px;
}
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-image:url(../images/bx_title-1.gif);
  background-repeat: repeat-x;
  background-color: #e8e4e0;
  font-style: italic;
  font-size: 13px;
}

.white_box {
  background-image:url(../images/bx_title-1.gif);
  background-repeat: repeat-x;
  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;
}

.white_box_nb {
  background-image:url(../images/bx_title-1.gif);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  margin-bottom:2px;
}

.trans_box_nb {
  margin-bottom:2px;
}

#menu {
  background-color: rgb(255,255,255);
  font-size:12px
}
#menu ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 3px;
}
#menu li {
  border-bottom: 1px dashed #ede6cf;
  line-height:16px;
  width:234px;
}
#menu li#last {
  border-bottom: none;
}
#menu li a {
  text-decoration:none;
  padding: 2px;
  display:block;
  color: rgb(64,64,64);
  background-position: right;
  background-repeat:no-repeat;
}
#menu li a:hover {
  text-decoration:none;
  font-weight:bold;
  padding: 2px;
  display:block;
  color: rgb(189,0,0);
  background-position: right;
  background-repeat:no-repeat;
}
#menu li a.active {
  text-decoration:none;
  padding: 2px;
  display:block;
  color: rgb(189,0,0);
  background-position: right;
  background-repeat:no-repeat;
}
.title {
  font-size:14px;
  color: rgb(189,0,0);
}
.color {
  color: rgb(189,0,0);
}
.box {
  background-color: #f5f4f3;
  border: 1px dotted #e0c77f;
  padding: 2px;
  margin-bottom: 1px;
}