@charset "ISO-8859-1";
body {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0px;
  padding: 0px;
  border-style: none;
  background-color: #531212;
  background-image:url(../images/bg.gif);
  background-repeat: repeat-x;
}
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;
}
#title {
  color: #FFFFFF;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  background-image: url(../images/bg-title.gif);
  padding-left: 35px;
}
#titlegray {
  color: #FFFFFF;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  background-image: url(../images/bg-title-gray.gif);
  padding-left: 35px;
}
.red_text {
  color: #bd0000
}
.black_text {
  color: #000000
}
.bold_text {
  font-weight: bold
}
.content_text{
  font-size:10px;
  margin-bottom:2px;
}
.content_text_2{
  font-size:10px;
  line-height: 14px;
  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;
}

#menu a {
  text-decoration:none;
  padding: 3px;
  color: rgb(229,12,7);
}
#menu a:hover {
  text-decoration:none;
  padding: 3px;
  color: rgb(255,255,255);
}
#menu a.active {
  text-decoration:none;
  padding: 3px;
  color: rgb(255,255,255);
}
#menu a:hover.active {
  text-decoration:underline;
  padding: 3px;
  color: rgb(255,255,255);
}



#languages a {
  text-decoration:none;
  line-height: 22px;
  color: rgb(255,255,255);
}
#languages a:hover {
  text-decoration:none;
  line-height: 22px;
  color: rgb(0,0,0);
}
#languages a.active {
  text-decoration:underline;
  line-height: 22px;
  color: rgb(255,255,255);
}
#languages a:hover.active {
  text-decoration:underline;
  line-height: 22px;
  color: rgb(0,0,0);
}


#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;
}