.TitleBar {
  background-image:url(img/back.jpg);
}

.MainCaption {
  font-size:32pt;
  font-weight:bold;
  font-style:italic;
  font-family:'Comic Sans MS', Times New Roman;
  text-align:center;  
}

.MenuBar {
  background-image:url(img/back.jpg);
  text-align:center;
  vertical-align:top;
  padding-top:0.5cm;
  width:18%;
}

.MenuItemRow {
  padding-left:0.5cm;
}

.MenuItemButton {
  cursor:pointer;
}

.SubMenuItem {
  font-family:Arial;
}

.ContentAreaSection {
  width:82%;
}

.ContentArea {
  height:100%;
  width:100%;
  font-size:12pt;
  font-family:Tahoma;
  background-position:-200px -100px;
  background-attachment: fixed;
  background-image:url(img/content_back.jpg);
  background-repeat:no-repeat;
  background-color:#CFC5AA;
}

.ContentAreaTableData {
  vertical-align:top;
  padding-bottom:1cm;
  padding-top:1cm;
}

.ContentAreaTextFrame {
  padding-left:3cm;
  padding-right:3cm;
  text-align:justify;
}

a { 
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
}

a:link {
  color:#000000;
  background-color:transparent;
}

a:visited {
  color:#000000;
  background-color:transparent;
}

a:hover {
  float:none;
  width:auto;
  color:#6699CC;
  background-color:transparent;
  height:auto;
  text-decoration:none;
  cursor:pointer;
}
 
a:active {
  color:#000000;
  background-color:transparent;
}

img {
  border-style: none;
}
