*
{
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
    color: #000000;
}

HR
{
    color: #FFFFFF;
    height: 1px;
    float: none;
}
a
{
    color: #000000;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}

body 
{
    background: #878787 url('../img/bodybg.jpg') top repeat-x;
}

#leftshadow 
{
    background:  #878787 url('../img/shadowleft.jpg') top right no-repeat;
}
#rightshadow 
{
    background:  #878787 url('../img/shadowright.jpg') top left no-repeat;
}
.buttonpic 
{    border: 1 solid #002B60;
    
}
div#mytreediv
{
    overflow: hidden;
    padding: 20 0 0 0;
    width: 190px;
    height: 100%;

}
.more
{
    color: #000000;
    text-decoration: none;
}
.more:hover
{
    color: #000000;
    text-decoration: underline;
}
/* ------------------------------------------------ */
.redline 
{
  border-right-color: #CC0000;
  border-right-style: solid;
  border-right-width: 1px;
}

#maintable
{
    padding: 0 10 0 10;
    }
  .Content1Wrapper {
  background: #F2F2EE url('../img/content1bg.jpg') top left repeat-x;
  padding: 15px;
  height: 100%;
  }
  #Content1WrapperInside {
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: 200px;
  padding-left: 20px;
  }
  .Content2Wrapper {
  background: #E14909 url('../img/content2bg.gif') top left repeat-x;
  padding: 15px;
  height: 100%;
  }
  .Content3Wrapper {
  width: 490px;
  color: #FFFFFF;
  }
  
  .Content4Wrapper {
  width: 200px;
  float: right;
  }
  
  .Content34Wrapper {
  background: #E14909 url('../img/content34bg.gif') top left repeat-x;
  padding: 15px;
  height: 100%;
  }
  .Content5Wrapper 
  {
    padding: 0 10 0 10;
  }
  
  
  .FotobookWrapper 
  {
  width: 490px;
  }
  
  .Content1TitleWrapper, .Content2TitleWrapper, .Content4TitleWrapper, .Content5TitleWrapper 
  {
    font-weight: bold;
  }

 .Content3TitleWrapper 
  {
    font-weight: bold;
    color:#FFFFFF
  }
/* ------------------------------------------------ */

TABLE.sitedefault
{
    border-collapse: collapse;
    border-left: solid 1 #FFFFFF;
    border-top: solid 1 #FFFFFF;
    padding: 2px;
}

TABLE.sitedefault TH
{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    border-right: solid 1 #FFFFFF;
    border-bottom: solid 1 #FFFFFF;
    background-color: #7F98B2;
    padding: 3px;
    text-align: left;
}

TABLE.sitedefault TD
{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font: normal;
    border-right: solid 1 #FFFFFF;
    border-bottom: solid 1 #FFFFFF;
    background-color: #F5F5F5;
    padding: 3px;
    vertical-align: top;
}