body {
	FONT-FAMILY: 'Lucida Grande','Lucida Sans Unicode','ËÎÌå',arial,verdana,sans-serif;
	line-height:150%;
	font-size: 11pt;
}

div#menu {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #999900;
	font-size: 11pt;
}
div#menu ul {
    margin: 0px;
    padding: 0px;
    font-family: ËÎÌå;
    font-size: small;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
	font-size: 11pt;
}
div#menu li {
    list-style-type: none;
    display: inline;
	font-size: 11pt;
}
div#menu li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
	font-size: 11pt;
}
div#menu lia:link {
    color: #FFF:
	font-size: 11pt;
}
div#menu lia:visited {
    color: #fff;
	font-size: 11pt;
}
div#menu lia:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
	font-size: 11pt;
	}
	
#TextBox {
	border-width : 1px;
	border-color : #606060;
	border-style : dashed;
	padding : 10px;
	margin : 20px;
	line-height : 150%;
}
#JustBox {
	border-color : #606060;
	padding : 10px;
	margin : 20px;
	line-height : 150%;
}
h1 {
	font-size: 18px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:10px;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
	
/*- Menu Tabs J--------------------------- */

    #tabsJ {
	margin:0 10px 0 10px;
      float:left;
      width:100%;
      font-size:14px;
      line-height:normal;
      border-bottom:1px solid #cccccc;
	  text-align:center;
      }
    #tabsJ ul {
        margin:0;
		text-align:center;
        padding:10px 10px 0 0px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("/images/css/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("/images/css/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

		
        #tabsJ #current a {
                background-position:0% -42px;
        }
		
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
	