/*cope with inheritance bugs*/

body{
background-color:#ffffff ! important;
	width: 740px;
	text-align: center;
	margin-left: Auto;
	margin-right: Auto;
	left: auto;
	right: auto;
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}
body, table, th, td{
	color:#000000;
	background-color:#ffffff
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.image{
	background-color:#ffffcb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CC0000;
	clear: right;
	margin-right: 5px;
	}

table.outer {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	outline-style: none;
	outline-width: thin;
}

info { 
text-decoration:underline; 
border-bottom: 1px dashed #00cc00; 
cursor: help; 
} 

/*body specific*/
a:link{
color:#0000ff;
text-decoration: none;
}

a:visited{
color:#800080;
text-decoration:none;
}

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

a:active{
color:#ff00ff;
text-decoration:none;
}

li{
	color:#000000;
	list-style-type: disc;
}

ol{
color:#000000;
}

ul{
	color:#000000;
	list-style-type: disc;
}

H1, H2, H3, H4, H5, H6 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.kclarger{
font-size: larger;
color:#000000;
}
.kcsmaller{
font-size: smaller;
color:#000000;
}
.kcxxsmall{font-size:xx-small;color:#000000;}
.kcxsmall{font-size:x-small;color:#000000;}
.kcsmall{font-size:small;color:#000000;}
.kcregular{font-size:medium;color:#000000;}
.kclarge{font-size:large;color:#000000;}
.kcxlarge{font-size:x-large;color:#000000;}
.kcxxlarge{font-size:xx-large;color:#000000;}
.kcred{color:#f90000;}
.kcxxsred{font-size:xx-small;color:#f90000;}
.kcyellowonred{
	font-size: larger;
	color : Yellow;
	background : Red;
	font-weight : bolder;
}

.centeredColum {
	width:722px;
	margin:0 auto;
	margin-left:expression( (document.body.clientWidth - 722) / 2 + 'px');	
	}
	
    #tabsF {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("/images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("/images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
