
BODY {
      margin: 0px;
       background-color: #404040;
       background-image: url("index_bg.gif");
       font-size: 12px;
       font-family: Arial, Helvetica, sans-serif;
       line-height: 20px;
       color: #CCCCCC;
       }
       DIV, P, LI {
       font-size: 12px;
       font-family: Arial, Helvetica, sans-serif;
       line-height: 20px;
       color: #CCCCCC;
       }
	   A.bar {
       color: #CCCCCC;
	   text-decoration: none;
	   border: 2px solid #666666;
	   padding-right: 5px;
	   padding-left: 5px;
	   padding-bottom: 1px;
	   margin-left: 5px;
	   margin-right: 5px;
	   font-weight: bold;
	   width: 100px;
       }
	   A:hover.bar {
       color: #FFFFFF;
	   text-decoration: none;
	   border: 2px solid #999999;
	   padding-right: 5px;
	   padding-left: 5px;
	   padding-bottom: 1px;
	   margin-left: 5px;
	   margin-right: 5px;
	   font-weight: bold;
	   width: 100px;
       }
       A.menu {
      	color: #CCCCCC;
      	text-decoration: none;
      	background-image: url("leftarrow.gif");
      	background-position : left;
      	background-repeat : no-repeat;
      	padding-left : 15px;
       }
	   A:link {
       color: #CCFFFF;
       }
       A:visited {
       color: #FFFFCC;
       text-decoration: none;
       }
       A:hover {
       color: #66FF66;
       text-decoration: none;
       }
       HR {
       color: #FFFFFF;
       height: 4px;
       }
       h1, h3 {
       font-size: 14px;
       font-weight: bold;
       font-family: Arial, Helvetica, sans-serif;
       line-height: 20px;
       color: #FFFFFF;
       margin: 0px;
       }
	   h2 {
       font-size: 18px;
       font-weight: bold;
       font-family: Arial, Helvetica, sans-serif;
       line-height: 24px;
       color: #FFFF99;
       margin: 0px;
       }
       FORM {
       margin: 0px;
       }
	   .downarrow {
	   width: 11px;
	   height: 11px;
	   background-image: url("downarrow.gif");
       background-position : center;
       background-repeat : no-repeat;
	   margin-right: 5px;
	   margin-left: 5px;
	   }
	   .uparrow {
	   width: 11px;
	   height: 11px;
	   background-image: url("uparrow.gif");
       background-position : center;
       background-repeat : no-repeat;
	   margin-right: 5px;
	   margin-left: 5px;
	   }
	   .leftarrow {
	   width: 11px;
	   height: 11px;
	   background-image: url("leftarrow.gif");
       background-position : center;
       background-repeat : no-repeat;
	   margin-right: 5px;
	   margin-left: 5px;
	   }
	   .rightarrow {
	   width: 11px;
	   height: 11px;
	   background-image: url("downarrow.gif");
       background-position : center;
       background-repeat : no-repeat;
	   margin-right: 5px;
	   margin-left: 5px;
	   }
       .blue {
       color: #3399CC;
       font-size: 14px;
       }

       #right_text {
       position: absolute;
       width: 400px;
       left: -3000px;
       top: -3000px;
       }
      #left_text {
       position: absolute;
       width: 400px;
       left: -3000px;
       top: -3000px;
       }
       #meta_text {
       position: absolute;
       width: 400px;
       left: -3000px;
       top: -3000px;
       }
	   #transcript_text {
       position: absolute;
       width: 400px;
       left: -3000px;
       top: -3000px;
       }