body,td,th {
	font-family: Arial, sans-serif;
}

    body {
	margin:0;
	padding:0;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	line-height: 1.5em;
	/*	font-weight: bold; */
	color: #0F3A60;
	background-color: #B1C9D3;
	background-attachment: fixed;
}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

a:link {
	color: #0F3A60;
}
a:visited {
	color: #0F3A60;
}
a:hover {
	color: #3E7492;
}
a:active {
	color: #0F3A60;
}

.trans_box1 {
	width:100%;
	margin:0px;
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/75p_white.png'); */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #82A0B1;
	border-bottom-color: #ffffff;
	border-left-color: #82A0B1;
	background-color: #DCE7EB;
}

.trans_box2 {
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/50p_white.png'); */
	border: 1px solid #ffffff;
	padding: 3px;
	background-color: #F0F4F7;
}
/*- Menu Tabs J--------------------------- */

    #tabsJ {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #24618E;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 0px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
	 #tabsJ li.selected a span{ /*selected main tab style */
      color:#000000;
}
    #tabsJ a {
      float:left;
      background:url("../img/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("../img/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;
        }
