.mainlinks { 
color: #3b2501; 
font-family: Arial Black; 
font-weight: bold; 
font-size: 16pt; 
width: 20%; 
text-decoration: none; 
font-variant: small-caps; 
}

.mainlinks:hover { 
color: #000000; 
text-decoration: none; 
}

.linkcell { 
background-color: #ffdb2f; 
height: 35px; 
border-left: none; 
border-right: none; 
border-top: #000000 1px solid; 
border-bottom: #000000 1px solid; 
width: 20%; 
}

.linkcellleft { 
background-color: #ffdb2f; 
height: 35px; 
border-right: none; 
border-left: #000000 1px solid; 
border-top: #000000 1px solid; 
border-bottom: #000000 1px solid; 
width: 20%; 
}

.linkcellright { 
background-color: #ffdb2f; 
height: 35px; 
border-left: none; 
border-right: #000000 1px solid; 
border-top: #000000 1px solid; 
border-bottom: #000000 1px solid; 
width: 20%; 
}

.maincell { 
background-color: #ffdb2f; 
height: 400px; 
border: #000000 1px solid; 
}

.header {
color: #3b2501;
font-family: Arial;
font-variant: small-caps;
font-size: 14pt;
font-weight: bold;
}

.subheader {
color: #3b2501;
font-family: Arial;
font-size: 10pt;
font-weight: normal;
font-style: italic;
margin-top: -20px;
text-indent: 1em;
}

.body {
font-family: Arial;
font-size: 8pt;
font-weight: normal;
text-align: justify;
text-indent: 0.5em;
}

.bodybold {
font-family: Arial;
font-size: 8pt;
font-weight: bold;
text-align: justify;
margin-bottom: -5px;
}

.formcontrol {
color: #3b2501;
font-family: Arial;
font-size: 8pt;
font-weight: bold;
text-align: center;
border: #000000 1px solid;
}

.downloadlink {
color: #3b2501;
text-align: right;
font-family: Arial;
font-size: 16pt;
font-weight: bold;
}

.starttext {
color: #3b2501;
font-family: Arial Black;
font-size: 22pt;
text-align: center;
vertical-align: middle;
width: 33%;
}

a { text-decoration: none; color: #3b2501; font-weight: bold; }
a:hover { color: #000000; }

b { color: #3b2501; }

body {
scrollbar-3dlight-color:#3b2501;
scrollbar-arrow-color:#3b2501;
scrollbar-base-color:#ffdb2f;
scrollbar-darkshadow-color:#3b2501;
scrollbar-face-color:#ffdb2f;
scrollbar-highlight-color:#ffdb2f;
scrollbar-shadow-color:#ffdb2f
}


