body {
   scrollbar-face-color: #444444;
   scrollbar-highlight-color: #444444;
   scrollbar-shadow-color: #444444;
   scrollbar-3dlight-color: #444444;
   scrollbar-arrow-color: #ccccff;
   scrollbar-darkshadow-color: #444444;
   scrollbar-base-color: #444444
     }
h1 {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 20pt;
   font-style: normal;
   color: "#FFFFFF";
   }
h2 {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 18pt;
   font-style: normal;
   color: "#000000";
   }
h3 {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 16pt;
   font-style: normal;
   color: "#000000";
   }
h4 {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 14pt;
   font-style: normal;
   color: "#000000";
   }
h5 {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 10pt;
   font-style: normal;
   color: "#FFFFFF";
   }
h6 {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 4pt;
   font-style: normal;
   color: "#FFFFFF";
   }
p {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 14pt;
   font-style: normal;
   color: "#000000";
   }
a {
   font-family: "Book Antiqua, Times New Roman, Times";
   font-size: 14pt;
   font-style: normal;
   color: "#0000FF";
   }
#normBtn{
	background-color:#CCCCFF;
	color:black;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	border-style:outset;
	border-width:1;
         width:124px;
	border-color:black;
   	}
#btnFocus{
	background-color:#888888;
	color:white;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	border-style:outset;
	border-width:1;
         width:124px;
         border-color:black;
         }
.clickable{
	 cursor:hand;
          cursor:pointer;
          }
.notclickable{
             }
.m_banner_hide{
	display:none;
	}
.m_banner_show{
	display:block;
	}

.arrowlistmenu{
width: 140px; /*width of accordion menu*/
	     }
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: black;
background: black url(titlebar-blue.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
border: 2px solid #000000;
cursor: hand;
cursor: pointer;
        			}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: white;
background-image: url(titlebar-active-blue.png);
		 	}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
		}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
	       	    }
.arrowlistmenu ul li a{
color: #FFFFFF; /*#A70303;*/
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
		}
.arrowlistmenu ul li a:visited{
color: #FFFFFF; /*#A70303;*/
	       		     }
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000; /*#A70303;*/
background-color: #F3F3F3;
		 	   }