/* CSS Document */



BODY         { font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
              font-size: 14px; color:white;
              background-color: rgb(28,28,28) }

small	    { font-size: 10px; }

H1          { font-size: 20px; font_weight: bold; color : #9e9e9e; }


H2          { font-size: 13px ; line-height: 1,2em;}
    
H3        { font-size: 12px ; color:black ; line-height: 1,2em;}

H4          { font-size: 16px; font-weight: bold;  color : #9e9e9e;}

H5          { font-size: 18px; font-weight: bold; color:#9e9e9e;}


b.head      { font-size: 20px; font_weight: bold; }



small.hor   { font-size: 12px; }

small.iptc  { font-size: 10px; color: #333333; }

small.exif  { font-size: 10px; color: #333333; }

p.title     { color: #333333; }


A:link      { color: #9e9e9e; text-decoration: none; }
A:visited   { color: #9e9e9e; text-decoration: none; }
A:active    { color:#FFFFFF ; text-decoration: none; }
A:hover     { color: #99CCFF; text-decoration: none; }


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 10%;
  float: left;
  clear: left;
  margin: 0ex 5ex 0ex 5ex;
  padding: 2ex 2ex 0ex 0ex;
  background-color:rgb(28,28,28);
  border: 0 px;
}

.leftSideBar .sideBarTitle {
  color:white;
  background-color: rgb(197,197,197);
  text-align : center;
  font-weight: bold;
   margin: 1ex 1ex 0 1ex;
  padding: 0.9ex 1ex 1ex 0.9ex;
}

.leftSideBar a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color:black ;
  text-align : center;
  background-color:transparent;
  line-height: 1.2em;
  padding: 1ex 1ex 1ex 1ex;
  display: block;
 
}

.leftSideBar .sideBarText a {
  text-decoration: none;
  color: black;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none ;
 color : #99CCFF;
}

.leftSideBar .thisPage {
  color: white;
  background-color: transparent;
  font-weight: bold;
}



/* ##### FOOTER ##### */

.footer  { color : black; font-size:10px; text-align: center; text-decoration : none; }
