body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434321;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E4E27;

}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E4E27;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-decoration: none;


}
td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434321;
}
/* tabs */
    #tabPane {
      float:left;
      width:100%;
      background:#DAE0D2 url(images/tabpanebg.gif) repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #tabPane ul {
      margin:0;
      padding:10px 0px 0;
      list-style:none;
      }
    #tabPane li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabPane a {
      float:left;
      background:url(images/tabbg_left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      border-bottom:1px solid #1A0F0A;    /* Left image bottom border color */
      text-decoration:none;
      }
    #tabPane a span {
      float:left;
      display:block;
      background:url(images/tabbg_right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#1A0F0A;    /* OFF color of text on tab */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabPane a span {float:none;}
    /* End IE5-Mac hack */
    #tabPane a:hover span {
      color: #810036;    /* HOVER color of text on tab. Usually same as SELECTED. */
      }
    #tabPane .currentTab a {
      background-position:0 -40px;
      border-width:0;
      }
    #tabPane .currentTab a span {
      background-position:100% -40px;
      padding-bottom:5px;
      color: #810036;    /* SELECTED color of text on tab. Usually same as HOVER. */
      }
    #tabPane a:hover {
      background-position:0% -40px;
      }
    #tabPane a:hover span {
      background-position:100% -40px;
      }
    .tabPanel {
      margin:0;
      padding:1em;
      clear:both;
		color:black;    /* Content text color - specs text etc. */
      border-right:1px solid #1A0F0A;    /* border colors of tab box */
      border-bottom:1px solid #1A0F0A;    /* border colors of tab box */
      border-left:1px solid #1A0F0A;    /* border colors of tab box */
    }