/* Cascading Style Sheet */
Body,   {
background-image: URL(images/background_main_01.jpg);
background-repeat: repeat-x;
background-color: #aebb69;
font-family: tahoma;
 padding: 0;  margin: 0;
}

.TopNav {
  font-size: 10pt;
  color: #ffffff;
  padding-bottom: 2px;
}
.TopNav a:link{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.TopNav a:visited{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.TopNav a:active{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.TopNav a:hover{
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.BlueBackground {
  background-color: #0a3151;
}
.Nav {
  background-image:  URL(images/bb1_03.jpg);
  background-repeat: repeat-x;
  color: #000000;
  text-align: center;
  font-size: 11pt;
}
.Nav a:link {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.Nav a:active {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.Nav a:visited {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.Nav a:hover {
color: #000000;
font-weight: bold;
text-decoration: underline;
}
.Actual {
  font-weight: bold;
  color: #be1d2c;
}

.Footer {
  color: #ffffff;
  font-size: 8pt;
  text-align: center;
}
.Footer a:link{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.Footer a:active{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.Footer a:visited{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.Footer a:hover{
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.Update {
  background-image: URL(images/update.jpg);
  background-repeat: no-repeat;
  padding-top: 26px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  color: #ffffff;
  font-size: 10pt;
}
.Date   {
font-size: 6pt;
font-weight: bold;
}
.Content    {
font-size: 10pt;
}
.Bread  {
font-size: 8pt;
}
.Bread a:link  {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.Bread a:active  {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.Bread a:visited  {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.Bread a:hover  {
color: #000000;
font-weight: bold;
text-decoration: underline;
}



