 body {
        margin:0;
        padding:0;
        font: bold 11px/1.5em Verdana;
}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:right;
      width:100%;
      background:#000;
      font-size:100%;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:right;
      background:url(images/nav/tableftH.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:right;
      display:block;
      background:url(images/nav/tabrightH.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }
		
		table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	
}
body {
	background: #464646;
	text-align: center; /* for IE */
}
.orangetable {
	background: #FF6600 url(images/gr1.gif);
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 900px;
}
.greytable {
	background: #464646;
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 900px;
}
#container {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
	width: 900px;
}
h1, h2, h3, h4, h5 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #464646;
}
#bullet {
	list-style: url(images/nav/arrow_right.gif) inside;
	font-weight: bold;
}
#water {
	background: #FFFFCC url(images/watermark.jpg) no-repeat center center;
}
