body {
	background-color: #FAFAFA;
	margin: 0;
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 	
}

a:link, a:active, a:visited { 
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	color: #669933; 
	text-decoration: none;
}

a:hover { 
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	color: #669933; 
	text-decoration: underline;
}

.tableclass {
	border-bottom: solid 1px #3F8F0A;
	background-color: #FAFAFA;
	margin-left: auto;
	margin-right: auto;
	width: 760;
}

.navbartableclass {
	border:1px solid #3F8F0A;	
	background-color: #FAFAFA;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}
.outertable {
	border:1px solid #FAFAFA;
	background-color: #FAFAFA;
	padding: 10;
}
.system, .nav, {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	font-weight: bold;
}
.tb_header {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	background-image: url(images/barBG.gif);
}
.tabletext	{
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	color: #000000;
	text-align: center;
}
.tabletext2 {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	color: #000000; 
	text-align: left;
}
.note {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	color: #FF0000; 
}
.error {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 12px; 
	color: #FF0000; 
	padding-left: 25px;
}
h1 {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 13px; 
	color: #000000; 
	font-weight: bold;
	padding-left: 20px;
}
.centertext {
	text-align: center;
}
.grouphead {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 13x; 
	color: #000000; 
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
}
tr.tba {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
}
tr.tbb {
	font-family: Trebuchet MS, Verdana, Tahoma; 
	font-size: 11px; 
	background-color: #F5F5F5;
	text-align: center;
	color: #000000;
	border-bottom: solid 1px #DCDCDC;
	border-left: solid 1px #DCDCDC;
}

td.data {
	border-bottom: solid thin #DCDCDC;
	border-right: solid thin #DCDCDC;
}


.outerborder {
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #3F8F0A;
}


.footer2 {
	font-family: Tahoma,sans-serif; 
	text-align: center;
	font-size: 9px;
	color: #585858;
	padding: 3px;
}
.textboxes {
	border-style: solid;
	border-width: 1px;
	border-color: #669933;
	width: 60px;
}

.textboxes2 {
	border-style: solid;
	border-width: 1px;
	border-color: #669933;
	width: 150px;
}


/* css tab shiz */

div#removedivon
{ display: none; }

div#removedivoff
{ display: true; }

div#editdivon
{ display: none; }

div#editdivoff
{ display: true; }

.helppopup
{
	cursor: help;
	text-decoration: bold;
}

.sendText {
	padding-left:110px; 
	text-align: left;
}

.navbarImg {
	float: left;
	padding-right: 2px;
}



     #tabs10 {
      float:center;
      width:100%;
      border-bottom:1px solid #3F8F0A;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:0 0 0 77px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("/images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("/images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
	  width: 100px;
	  cursor: pointer;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }

	  .centertable {
		margin-right: auto;
		margin-left: auto;
	  }