	#header {
	  float:left;
      width: 100%;
      background:#DAE0D2 url("/images/bg.gif") repeat-x bottom;
      font-size:85%;
      line-height:10pt;
	  margin-top: 20px;
      }
    #header ul {
      margin:0;
      padding:3px 0px 0 3px;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("/images/tab_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      float:left;
      display:block;
      background:url("/images/tab_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header .selected {
      background-image:url("/images/tab_left_on.gif");
      border-width:0;
      }
    #header .selected a {
      background-image:url("/images/tab_right_on.gif");
      color:#333;
      padding-bottom:5px;
      }

  .tabcontentstyle{ /*style of tab content oontainer*/
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background: #F4F4F4;
	width: 463px;
	height: 200px;
	margin-bottom: 1em;
	padding: 10px;
	}

	.tabcontent{
	display:none;
	}
	
	ul.bul_sqr_orng
	{
		list-style-type: none;
		padding: .5em;
		margin: 0;
	}
	ul.bul_sqr_orng li
	{
		background-image: url(/images/bul_square_alt.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 0.6em;
	}		
	
	.tabcontent h1{color:#FF0000; font-size:10pt; font-weight:bold}
	
	@media print {
	.tabcontent {
	display:block!important;
	}
}