/* CSS Document */

body
		{
			margin: 0;
			padding: 0;
			font-size: 10pt;
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color: #000;
			background-color: #fff;
			height: 100%
		}
		
		a:link { color: #999999; }
		a:visited { color: #660000; }
		
		a:hover, a:active
		{
			color: #999999;
		}
		
		div#banner
		{
			background-color: #1e1e1e;
			border-bottom: 2px solid #FF0000;			
		}
					
		div#content
		{
			margin-left: 10px;
			margin-right: 10px;
		}
		
		div#content h2
		{
			font-size: 1.6em;
			color: #990000;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}
		
		div#content h3
		{
			font-size: 16px;
			color: #990000;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
			font-weight: bold;
		}
		
		div#content h4
		{
			font-size: 12px;
			color: #CCCCCC;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
			font-weight: bold;
		}
		
		div#content h5
		{
			font-size: 10px;
			color: #CCCCCC;
			margin: 0;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
			
		div#footer
		{
			clear: both;
			border-top: 2px solid #FF0000;
			text-align: right;
			color:#CCCCCC;
			background-color: #1e1e1e;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
			height: 20px
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}
		
		#tabsH {
		  float:left;
		  width:100%;
		  background:#1e1e1e;
		  font-size:93%;
		  line-height:normal;
		  }
   		#tabsH ul {
			margin:0;
			padding:10px 10px 0 50px;
			list-style:none;
      	}
    	#tabsH li {
		  display:inline;
		  margin:0;
		  padding:0;
      }
		#tabsH a {
		  float:right;
		  background:url("tableftH.gif") no-repeat left top;
		  margin:0;
		  padding:0 0 0 4px;
		  text-decoration:none;
      }
		#tabsH a span {
		  float:right;
		  display:block;
		  background:url("tabrightH.gif") no-repeat right top;
		  padding:5px 15px 4px 6px;
		  color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
   		#tabsH a span {float:none;}
    /* End IE5-Mac hack */
    	#tabsH a:hover span {
		  color:#FFF;
		  }
		#tabsH a:hover {
		  background-position:0% -42px;
		  }
		#tabsH a:hover span {
		  background-position:100% -42px;
		  }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }