@charset "utf-8";
/* CSS Document */
/* --------------body--------------------*/
body {
	margin-top: 0px;
	background-color: #1A0500;
}
.top_left {
	background-image:url(../general_images/topleft.png);
}
.top_center {
	background-image:url(../general_images/topcenter.png);
}
.top_right {
	background-image:url(../general_images/topright.png);
}
.navi_center {
	background-image:url(../general_images/navicenter.jpg);
}
.center_left {
	background-image:url(../general_images/centerleft.png);
}
.center_back {
	background-color:#130500;
}
.center_right {
	background-image:url(../general_images/centerright.png);
}
.bottom_left {
	background-image:url(../general_images/bottomleft.png);
}
.bottom_center {
	background-image:url(../general_images/bottomcenter.png);
}
.bottom_right {
	background-image:url(../general_images/bottomright.png);
}
/* --------------Text------------------ */
.smalllinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
}
.submaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
}
.sublgtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
}
.subnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #703116;
	font-weight: bold;
}
.largehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.pulldown1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #351000;
	background-color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #351000;
}
/* --------------Link Navigation------------------ */
.link1 a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link1 a:active {
	color: #0099FF;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link1 a:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link1 a:hover {
	color: #0099FF;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link2 a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link2 a:active {
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link2 a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link2 a:hover {
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.link3 a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}
.link3 a:active {
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}
.link3 a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}
.link3 a:hover {
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
/* --------------mnstyle nav------------------ */
    #tabsB {
	float:left;
	width:auto;
	line-height:normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
      }
    #tabsB ul {
        margin:0;
        padding:0px 0px 0 0px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
	float:left;
	background:url("../general_images/tableftB.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabsB a span {
	float:left;
	display:block;
	background:url("../general_images/tabrightB.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
	color:#FFFFFF;
      }
    #tabsB a:hover {
	background-position:0% -42px;
      }
    #tabsB a:hover span {
	background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }
