﻿body {
	margin: 0 auto;
	padding: 0;
	background:  #ffffff url(images/bg.jpg) repeat-x top center;
	font-size: 13px;
	color: #6F6F6F;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #24618E;
}

a:hover {
	text-decoration: none;
	color: #FDC623;
}

#wrapt {
	width: 775px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background:  #ffffff url(images/back.jpg) repeat-y;
}

#leftdetailt{
	width: 773px;
	border: 0px solid #5AC1D0;
}
#leftdetailt h1{
	font-size:20px;
	border-bottom: 2px solid #05ABDF;
	width: 450px;
	margin: 0 0 10px 10px;
	padding: 0px;
	color: #F4B700; /*#FFBF00;*/	 
}

#tabsJ {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:93%;
      font-weight: bold;
      line-height:normal;
          border-bottom:0px solid #24618E;
          padding: 0;
          margin-bottom:-3px;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0px 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 5px 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 10px 4px 4px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FDC623;
      }
    #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:#FDC623;
        }
        



#cont{
	width: 775px;
}


