body{
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #EEE8AA;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FF6347;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FF6347;
scrollbar-arrow-color: #FF6347;
color: #333333;
font-family: "MS UI Gothic",sans-serif,Osaka;
font-size: 13px;
font-weight: lighter;
} 

img{border-width:0;}
br{font-size: 13px}

a {  color: #333333; text-decoration: none}
a:hover {  color: #339900}
a:active {  color:#003366; text-decoration: none}
a.none {  color: #333333; text-decoration: none}
a.none:hover {  color: #FFCC00; text-decoration: underline}
a.blue {  color: #000099; text-decoration: underline}
.title {  font-family:"MS UI Gothic",sans-serif; color: #000000; font-size: 16px; font-weight: bold}
.darkgray{  font-family:"MS UI Gothic", sans-serif; color: #4c4c4c; font-size: 13px ;}
.orange{  font-family:"MS UI Gothic", sans-serif; color: #DD740B; font-size: 14px ;}
.suba{  font-family:"MS UI Gothic", sans-serif; color: #669933; font-size: 14px ;}
.subb{  font-family:"MS UI Gothic", sans-serif; color: #ff3366; font-size: 14px ;}
.subc{  font-family:"MS UI Gothic", sans-serif; color: #666699; font-size: 14px ;}
.steelblue{  font-family:"MS UI Gothic", sans-serif; color: #4682B4; font-size: 13px ;}
.green{  font-family:"MS UI Gothic", sans-serif; color: #008000; font-size: 14px ;}
.white{  font-family:"MS UI Gothic", "MS Sans Serif", "‚l‚r ‚oƒSƒVƒbƒN"; color: #FFFFFF; font-size: 13px ;}
.whiteb{  font-family:"MS UI Gothic", sans-serif, Osaka; color: #FFFFFF; font-size: 14px ;}
.volred{  font-family:"MS UI Gothic", sans-serif, Osaka; color: #990000; font-size: 13px ;}
.red{  font-family:"MS UI Gothic", sans-serif; color: #DC143C; font-size: 14px ;}
.boldwhite{  font-family:"MS UI Gothic", sans-serif; color: #FFFFFF; font-size: 16px;}
.bold{  font-family:"MS UI Gothic", sans-serif; color: #4C4C4C; font-size: 18px;}
.size12{
  font-size : 12px;
  font-family : Verdana;
  line-height : 130%;
}
.list1 { list-style:square outside; }
.list2 { list-style:decimal outside; }

#bread{
  width : auto;
  margin-right : 20px;
  margin-bottom : 4px;
}
#crumbs{
  font-size : 12px;
  text-align : right;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family : "MS PGothic", Arial, Helvetica, sans-serif;
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
      width:100%;
      background:#EEE8AA;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #DD740B;
      }
    #tabsJ ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
	text-align: center;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../img/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FF8C00;
      }
    /* 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;
      }

#navigation {
	background: #EFEFEF;
	border-bottom: 1px solid #A1A1A1;
	margin: 1em 0 0;
	padding: 0.6em 0 0;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	padding: 5px 0 5px;
	text-align: center;
}
#navigation ul li {
	display: inline;
	margin-right: -2px;
}
#navigation ul li a {
	background: url(../img/tab-left.gif) no-repeat left top;
	color: #DD740B;
	text-decoration: none;
	padding: 5px 0;
}
#navigation ul li span {
	background: url(../img/tab-right.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
	text-decoration: none;
	background-position: 100% -75px;
      color:#FFF;
}
#navigation ul li a:hover {
	background-position: 0 -75px;
}
#navigation #current a {
	background-position: 0 -150px;
}
#navigation #current a span {
	background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */ 
  
/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/
