    #tabsI {
	float:left;
	width:800px;
	font-size:93%;
	line-height:normal;
	border-bottom-style: none;
	background-color: #FFFFFF;
	height: auto;
      }
    #tabsI ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	background-image: url(../graphics/gif/tableftI1.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsI a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
	background-image: url(../graphics/gif/tabrightI1.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }
.fill1 {
	background-color: #006098;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #666666;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	text-indent: 15px;
}
.fill2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #333333;
	font-weight: bold;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
