html { height: 100%; margin-bottom: 1px; 
}
body { background-color: #821518; margin:0px;
}
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
     color: #DFAF52; margin-top:2px; margin-bottom:2px; margin-left:2px; margin-right:0px;
}
.blacktxt { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold; line-height:110%;
}
.unboldtxt { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal; line-height:110%;
}
.whitetxt { font-family: Georgia, Times New Roman,  Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; line-height:110%; 
}
.whitetxt a:link {color:#FFFFFF; text-decoration:underline;}
.whitetxt a:visited {color:#FFFFFF; text-decoration:underline;}
.whitetxt a:hover {color:#FFFF00; text-decoration:none; cursor:hand;}
.whitetxt a:active {color:#FFFFFF; text-decoration:underline;
}
.maintxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; line-height:130%; 
}
.maintxt a:link {color:yellow; text-decoration:underline;}
.maintxt a:visited {color:yellow; text-decoration:underline;}
.maintxt a:hover {color:white; text-decoration:none; cursor:hand;}
.maintxt a:active {color:yellow; text-decoration:underline;
}
.admtitle { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; font-weight: bold; line-height:110%; 
}
.admtitle a:link {color:yellow; text-decoration:underline;}
.admtitle a:visited {color:yellow; text-decoration:underline;}
.admtitle a:hover {color:white; text-decoration:none; cursor:hand;}
.admtitle a:active {color:yellow; text-decoration:underline;
}
.titletxt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; 
}
.titlewhite { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; 
}
.smallfieldcell input { 
 font: 11px Arial, Helvetica, sans-serif; 
 width: 152px; 
 background-color: white; 
 color: #000000; 
 border-collapse: collapse;
 border: 1px solid #000000; 
}
.input-box
{
color: #000000;
background: #EBD392;
border: #FFFFFF solid 1px
}
.border
{
border: #000000 solid 1px
}
.divscroll { 
filter:chroma(color=#83161B); /* here you are defining which color you want to be transparent in your scrollbars */
scrollbar-face-color:#83161B; /* transparent */
scrollbar-highlight-color:#83161B; /* transparent */
scrollbar-3dlight-color:#83161B; /* transparent */
scrollbar-shadow-color:#83161B; /* transparent */
scrollbar-darkshadow-color:#83161B;/* transparent */ 
scrollbar-track-color:#83161B;/* transparent */
scrollbar-arrow-color:#FFFFFF;
}