BODY
     {
/* Left and Top Outer edge of the Scroolbar and both Arrow blocks */
     SCROLLBAR-3DLIGHT-COLOR: burlywood;
/* Left and Top Inner edge of the Scroolbar and both Arrow blocks */
     SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
/* Arrow colors */
     SCROLLBAR-ARROW-COLOR: #FFFFCC;
/* Right and Bottom Outer edge of the Scroolbar and both Arrow blocks */
     SCROLLBAR-DARKSHADOW-COLOR: brown;
/* Right and Bottom Inner edge of the Scroolbar and both Arrow blocks */
     SCROLLBAR-SHADOW-COLOR: chocolate;
/* Scrollbar and Arrow blocks colors */
     SCROLLBAR-FACE-COLOR: goldenrod;
/* Vertical stripe behing the scrollbar */
     SCROLLBAR-TRACK-COLOR: #FFEB9C;
     font: normal 12px Arial, Verdana, Times New Roman, Palatino, serif;
     color: brown;
     background: #FFFFCC;
     }
.backbutton
     {
     font-weight: bold;
     text-decoration: underline;
     color: blue;
     }
.linkcolor
     {
     color: blue;
     }
.section
     {
     color: brown;
     }
A
     {
     COLOR: blue;
     TEXT-DECORATION: none;
     }
A.section
     {
     color: brown;
     }
A:link
     {
     font-weight: normal;
     text-decoration: none ;
     background-color: transparent;
     }
A:visited
     {
     font-weight: normal;
     text-decoration: none ;
     background-color: transparent;
     }
A:active
     {
     font-weight: bold;
     text-decoration: underline ;
     }
A:hover
     {
     font-weight: bold;
     text-decoration: underline ;
     }
A:focus
     {
     font-weight: bold;
     text-decoration: underline ;
     }
.mouseOver
     {
     font-weight: bold;
     text-decoration: underline;
     }
.mouseOut
     {
     font-weight: normal;
     text-decoration: none;
     }
.Menu
     {
     FONT-SIZE: 12; font-face: Times new Roman, Arial, Verdana;
     vertical-align: middle;
     }
.normal
     {
     vertical-align: middle;
     }
LI.normal
     { 
     LIST-STYLE-TYPE: disc;
     }
LI
     { 
     LIST-STYLE-TYPE: circle; 
     LIST-STYLE-POSITION: inside;
     MARGIN-LEFT:40px;
     MARGIN-BOTTOM: 3px;
     MARGIN-TOP: 3px;
     display: list-item;
     }
TD
     {
     font-family: Arial;
     font-size: 12px;
     vertical-align: top;
     }
.AZTopNavBar
     {
     vertical-align: middle;
     font-size: 16px;
     }
H2
     {
     MARGIN-BOTTOM: 5px;
     MARGIN-TOP: 10px;
     }
H3
     {
     MARGIN-BOTTOM: 5px;
     MARGIN-TOP: 10px;
     }
H4
     {
     MARGIN-BOTTOM: 5px;
     MARGIN-TOP: 10px;
     }
H5
     {
     MARGIN-BOTTOM: 5px;
     MARGIN-TOP: 10px;
     }
.red
     {
     color: #FF0000;
     }
.green
     {
     color:#56DD2D;
     }
.blue
     {
     color:#0000FF;
     }
.white
     {
     color:#FFFFFF;
     }
.box
     {
     padding: 10px;
     border-width: thin ;
     border-style: inset;
     border: 1px solid #0000FF;
     margin: 10;
     background-color: #FFF9AF;
     background-repeat: no-repeat;
     background-position: bottom right;
     width: 400;
     height: 100;
     position: relative;
     top: 30;
     left: 50;
     z-index: 10;
     overflow: auto;
     cursor: help;
     font-family: times,verdana,serif;
     font-weight: bold;
     font-size: 20pt;
     color: steelblue;
     text-align: center;
     text-decoration: none;
     }
.selLink
     {
     background-color: white;
     }
.unselLink
     {
     background-color: transparent;
     font-weight:normal;
     }
#ScrollBox {
     position: relative;
     left: 2%;
     width: 90%;
     background-color: transparent;
     overflow: auto;
     height: 150px;
     border:1px dotted silver;
     margin: 0px 0px 0px 0px;
     padding: 20px 20px 10px 10px;
     }
.greek  {
     color: #999;
     }
.DateAndTime {
     color: goldenrod;
     text-align: right;
     vertical-align: middle;
     }
