#box {
    border: 1px;
    border-style: solid;
    border-color: #696969;
	background-repeat: no-repeat;
	width: 980px;
	height: 580px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

#top {  /*  border: 1px; border-style: solid;  border-color: yellow; */
 height: 60px;
}
#nav { /* border: 1px; border-style: solid;  border-color: blue;              */
	width: 220px;
	height: 450px;
    float: left;
    margin-left: 2px;
   _margin-left: 1px;
}

#text { /*border: 1px; border-style: solid;  border-color: green;           */
    position: relative;
    overflow: auto;
    visibility: visible;
	width: 715px;
	height: 443px;
    float: left;
    top: 10px;
    padding-left: 20px;
    z-index: 2;
    font-family: Verdana, sans-serif;
}

#mask {
position: absolute;
     left: 0px;
     z-index: 3;
}

#bmask {
     position: absolute;
     left: 0px;
     margin-top: 385px;
     z-index: 3;
}
#mycustomscroll { /* border: 1px; border-style: solid;  border-color: red;  */
	width: 695px;
	height: 430px;
	overflow: auto;
	position: relative;
	margin: 0.2em auto;
	padding: 0px;
}

.mezo { /* border: 1px; border-style: solid;  border-color: blue; */
  /* border: none;*/
   margin-top: 0px;
  _margin-top: 22px;
   margin-left: 30px;
  _margin-left: 20px;
   padding: 3px;
   font-size: 12px;

}

a img { border: none;}

#text a:link {
   text-decoration: none;
   color:#282873;
   font-weight: bold;
}

#text a:visited {
   text-decoration: none;
   color:#282873;
   font-weight: bold;
}

#text a:active {
   text-decoration: none;
   color:#282873;
   font-weight: bold;
}
#text a:hover {
   text-decoration: none;
   color:orange;
   font-weight: bold;
}


.grey {
  font-size: 12px;
  color:#272727;
  padding: 10px;
}

.big {
  padding-left: 8px;
  font-size: 20px;
  font-variant: small-caps;
  color: #0D593F;
  font-weight: bold;
}

.medium {
  padding-left: 8px;
  font-size: 16px;
  font-variant: small-caps;
  color: #0D593F;
  font-weight: bold;
  font-style: italic;
}

.alcim{
  padding-left: 8px;
  font-size: 14px;
  color: #0D593F;
}



