/*- Layout--------------------------- */

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url("/img/bghd.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

table, td, tr {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, san-serif;
	font-size: 1em;
	color: #000000;
	border: 0px solid #CCCCCC;

}

/*- Headers--------------------------- */

h1, h2, h3, h4 {padding: 5px; margin: 5px}
h1 {font-size: 200%; color: #660000; text-align: center; font-weight: normal}
h2 {font-size: 140%; color: #666666; font-weight: normal}
h3 {font-size: 110%; color: #660000; font-weight: normal}
h4 {font-size: 100%; color: #660000; font-weight: normal}

/*- Content --------------------------- */

input {border: 1px #999999 ridge; padding: 1px; margin: 1px}

.lnb {border-bottom: 1px dashed #330000}
.lnr {border-right: 1px dashed #330000}

.header {text-align: center;}
.footer {font-size: 70%; color: #666666; text-align: center}

.hl {background-color: #FFFF66}
.box {background-color: #FFFFD2; border: 2px dashed #999999;}

/*- Links --------------------------- */

a:link {color: #0066CC}
a:hover {color: #0099FF; text-decoration:none}
a:visited {color: #000033}

.footer a:link,
.footer a:hover,
.footer a:visited {color: #333333}


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

    #tabsJ {
      float:left;
      width:100%;
      font-size:80%;
      line-height:normal;
      border-bottom:1px dashed #330000;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 100px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("/img/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
	font-weight:bold;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("/img/tabrightJ.gif") no-repeat right top;
      padding:4px 10px 4px 5px;
      color:#660000;
      }
    /* 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;
        }
.hlred {  font-size: 10px; font-weight: bold; color: #660000; vertical-align: text-top}
.hlwhite {  background-color: #FFFFFF}
