body { background-color: #F6f6f6;}
/*E8F4D5*/

P {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva, sans-serif
}
TR {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva, sans-serif
}
TD {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva, sans-serif
}

}
DIV {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva, sans-serif
}


.large {
	FONT-SIZE: 11pt; COLOR: #124047; FONT-FAMILY: Verdana, Arial, Geneva, sans-serif
}
.small {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Geneva, sans-serif
}

a:link { 
color: #006699;
} 

/* visited link */
a:visited {color: #707070}  
 
/* mouse over link */
/*a:hover {*/
/*color: #122940; */
/*background-color: #002995;*/
/*} */


a:hover, a:active
{
color:#0066CB;
text-decoration:none;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */


font: bold 14px Verdana;
letter-spacing: 4px;
line-height: 1.1em;
color: white;
padding: 4px 0;
text-align: right;
}




#thumbBox 

#thumbImage{ /*DIV within thumbbox that holds the enlarged image */

background-color: white;
}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}




/*- Menu Tabs 22--------------------------- */
    #tabs22 {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      background:change-background;
      line-height:normal;
      }
    #tabs22 ul {
	margin:0;
	padding:5px 5px 0 50px;
	list-style:none;
      }
    #tabs22 li {
      display:inline;
      margin:5;
      padding:0;
      }
    #tabs22 a {
      float:left;
      background:url("images/tableft22.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs22 a span {
      float:left;
      display:block;
      background:url("images/tabright22.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs22 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs22 a:hover span {
      color:#FFF;
      }
    #tabs22 a:hover {
      background-position:0% -42px;
      }
    #tabs22 a:hover span {
      background-position:100% -42px;
      }
