a.side:link {color: white; text-decoration: none}     /* side unvisited link */
a.side:visited {color: white; text-decoration: none}  /* side visited link */
a.side:hover {color: red; text-decoration: underline;}   /* side mouse over link */
a.side:active {color: white; text-decoration: none}   /* side selected link */

a.sidehead:link {color: white; text-decoration: underline}     /* side unvisited link */
a.sidehead:visited {color: white; text-decoration: underline}  /* side visited link */
a.sidehead:hover {color: red; text-decoration: underline;}   /* side mouse over link */
a.sidehead:active {color: white; text-decoration: underline}   /* side selected link */

a.normal:link {color: #CC1100; text-decoration: none}     /* body unvisited link */
a.normal:visited {color: #6A5ACD; text-decoration: none}  /* body visited link */
a.normal:hover {color: #CC1100; text-decoration: underline;}   /* body mouse over link */
a.normal:active {color: #CC1100; text-decoration: underline;}   /* body selected link */

a.sep:link {color: black; text-decoration: none}     /* separator unvisited link */
a.sep:visited {color: black; text-decoration: none}  /* separator visited link */
a.sep:hover {color: #CC1100; text-decoration: underline;}   /* separator mouse over link */
a.sep:active {color: #CC1100; text-decoration: underline;}   /* separator selected link */

.header {
background-color: #000000; 
position: absolute;
top: 0px; 
left: 150px;
height: 85px; 
width: 800px;
padding-right: 22px;
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 40px;
color: #FFFFFF;
}

.separator {
position: absolute;
top: 85px; 
left: 150px;
height: 30px;
width: 800px;
color: #000000;
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 20px;
color: #474747;
}

.sidebar {
background-color: #474747; 
position: absolute;
top: 0px; 
left: 0px;
bottom: 0px;
width: 140px; 
height: 800px;
padding-bottom: 8px;
border-color: black;
border-width: 4px;
border-style: solid;
color: white;
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 12px;
}

.sideheader {
text-transform: uppercase;
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 18px;
}
.sidetext {
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 16px; line-height: 26px;
}
.sidetextsqueeze {
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 16px; line-height: 17px;
}
.sidetextnarrowline {
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 16px; line-height: 10px;
}

.body {
background-color: #EBEBEB; 
position: absolute;
top: 105px; 
left: 150px;
bottom: 0px;
width: 800px;
height: 697px;
border-color: black;
border-width: 7px;
border-style: solid;
padding-left: 15px;
font-family:  "goudy old style", "book antiqua", "palatino linotype",serif;
font-size: 16px;
}

.bodyhead {
font-family: "desdemona", "book antiqua", "palatino linotype", serif;
padding-left: 5px;
padding-top: 17px;
padding-bottom: 10px;
}


.bodytable{
font-family: "goudy old style", "book antiqua", "palatino linotype",serif;
font-size: 16px;
}

.bodytext{
font-family: "goudy old style", "book antiqua", "palatino linotype",serif;
font-size: 12pt;
line-height: 21px;
width: 600px;
}

.popup {
background-color: #E6E8FA; 
font-family: "goudy old style", "palatino linotype", "book antiqua", serif;
font-size: 16px;
}