/* old RED color - body {background-color:#be000e;}*/
body {background-color:#DC1500;}
 
.bg_content {background-color:#FFF8DC;}


a.menu:link {font-family:Times New Roman; font-size:12px; color:#FFF8DC; text-decoration:none; font-weight:bold;}
a.menu:visited {font-family:Times New Roman; font-size:12px; color:#FFF8DC; text-decoration:none; font-weight:bold;}
a.menu:hover {font-family:Times New Roman; font-size:12px; color:#FFF8DC; text-decoration:none; font-weight:bold;}
a.menu:active {font-family:Times New Roman; font-size:12px; color:#FFF8DC; text-decoration:none; font-weight:bold;}

a.copyright_lnk:link {font-family:Times New Roman; font-size:14px; color:#FFF8DC; text-decoration:none;}
a.copyright_lnk:visited {font-family:Times New Roman; font-size:14px; color:#FFF8DC; text-decoration:none;}
a.copyright_lnk:hover {font-family:Times New Roman; font-size:14px; color:#FFF8DC; text-decoration:underline;}
a.copyright_lnk:active {font-family:Times New Roman; font-size:14px; color:#FFF8DC; text-decoration:none;}

.copy {font-family:Times New Roman; font-size:14px; color:#FFF8DC; text-decoration:none; margin-top:5px;}



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 635px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFF8DC;
margin: 0.3em auto;
padding:0px 10px 10px 10px;
text-align: left;

scrollbar-face-color: #FFF8DC;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFF8DC;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #FFF8DC;
scrollbar-track-color: #F3ECC2;
scrollbar-arrow-color: #000000;

}


