
#topmenu {
 width: 70%; border-bottom: solid #454545 1px; padding: 10px; text-align: center; font-family: Arial; font-size: 10pt; color: #454545
}
#topmenu a:link {
  text-decoration: underline; color: #454545
}

#topmenu a:visited {
  text-decoration: underline; color: #454545
}

#topmenu a:active {
  text-decoration: underline; color: #454545
}

#topmenu a:hover {
  text-decoration: none; color: #74B4C0;
}

#pagemenu {
 width: 70%; padding: 20px; text-align: center; font-family: Arial; font-size: 14pt; color: #454545
}
#pagemenu a:link {
  text-decoration: underline; color: #454545
}

#pagemenu a:visited {
  text-decoration: underline; color: #454545
}

#pagemenu a:active {
  text-decoration: underline; color: #454545
}

#pagemenu a:hover {
  text-decoration: none; color: #74B4C0;
}

#mainframe {
  border: 1px solid #454545; width: 99%;
}

.text {
  font-family: Arial; font-size: 10pt; margin-top: 0px; margin-bottom: 0px; text-align: left;
}

#thumbscontainer {
  float: left; margin-left: 5px; margin-right: 5px; width: 280px; height: 400px; overflow: auto; direction: rtl;
  scrollbar-arrow-color: #808080;
  scrollbar-face-color: #DDDDDD;
  scrollbar-highlight-color: #FFFF99;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
}

.thumb {
  padding: 5px; border: solid 1px #AEAEAE;
}
.title        { font-family: Arial; font-size: 16pt; margin-top: 0; margin-bottom: 0; color:#808080}


