@charset "utf-8";
.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B65B12;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #670A02;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #670A02;
}
a:hover {
	text-decoration: underline;
	color: #DB7E16;
}
a:active {
	text-decoration: underline;
	color: #670A02;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.navbg {
	background-color: #700F00;
	background-image: url(resources/images/bar_bg.jpg);
	background-position: center bottom;
}

    #tabsE {
	float:left;
	width:100%;
	font-size:12px;
	line-height:35px;
	background-color: #6A0C00;

      }
    #tabsE ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(images/tableftE.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsE a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#000000;
	background-image: url(images/tabrightE.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }
