BODY{
  /*background-color : #9caace;*/
		margin:0px;
		background-color:#FFFFFF;
}
/* 
 * The .MainTbl defines the style for the largest table container,
 * which has 3 rows (for the header, menu & content, and the 
 * footer) and 2 columns
 */
.MainTbl{
  /*width : 683px;*/
  width : 683px;
  border : 0;
  /*background-color : #9caace;*/
   background-color:#F5F5D2;
}
/* 
 * The .HeaderTD defines the styles applied to the TD that holds
 * the header
 */
.HeaderTD{
  width : 683px;
  /*height : 135px;*/
  vertical-align : bottom;
}
/* 
 * The navBarTD defines the styles applied to the TD that holds the
 * navigation menu.  navBarButton defines the size of TDs that
 * hold each link, and navBar defines the style of the link text.
 * To change the look of the menu, you can insert a new image for
 * menuback.gif.  Remember to also change menuCurrent.gif, menuHead.gif
 * and menuFoot.gif in the images folder.
 */
.navBarTD{
  /*background-image : url(../image/menuBack.gif);*/
  vertical-align : top;
  background-repeat : repeat;
  width:137px;
  background-image:url(../image/img.leftsidebg.jpg);
  background-repeat:repeat-y;
}
.navBarButton{
  width:137px;
  height:26px;
}
.navBar{
  /*color:#0066CC;*/
  color:#003366;
  font-weight:bold;
  font-size : 9pt;
  font-family:arial;
  text-decoration:none;
}
.navBarExt{
  color:#003366;
  font-size : 8pt;
  font-family:arial;
  text-decoration:none;
}
/* 
 * The ContentTD defines the styles applied to the TD that holds
 * the content window, where ContentTbl is aplied to the TABLE itself.
 * These elements are mainly containers that hold the interior table. 
 */
.ContentTD{
  width : 546px;
  background-color : white;
  vertical-align : top;
  text-align : center;
}
.ContentTbl{
  width : 546px;
  text-align : center;
  vertical-align : top;
  background-color : white;
}
/* 
 * The InteriorTbl defines the styles applied to the TABLE that holds
 * the interior table, which is the table in which all of the main 
 * content window data is displayed.  
 */
.InteriorTbl{
  width : 535px;
  text-align : left;
  vertical-align : top;
}
/* 
 * The SubInteriorTbl defines the styles applied to the TABLE that is
 * located within an InteriorTbl table
 */
.SubInteriorTbl{
  width : 524px;
  text-align : left;
  vertical-align : top;
}
/* 
 * The FooterTD defines the styles applied to the TD that holds
 * the footer.
 */
.FooterTD{
  width : 683px;
  height : 49px;
  vertical-align : top;
}
/* 
 * RegTD and RegTH are for any text TDs and THs in the main content
 * window.  They are for "regular" text and do not have any alignment
 * specified. Reg is for the most pared down "regular" text.
 */
.RegTD{
  font-family : arial;
  font-weight : normal;
  color : black;
  text-decoration : none;
  font-size : 10pt;
  vertical-align : top;
}
.RegTH{
  font-weight : bold;
  font-family : arial;
  font-size : 10pt;
  vertical-align : top;
}
.Reg{
  font-size : 10pt;
  font-family : arial;
  font-weight : normal;
}
/* LargeTH  is for a bold large font message (sort of like H2) 
 */
.LargeTH{
  font-weight : bold;
  font-family : arial;
  font-size : 18pt;
  vertical-align : top;
}
/* 
 * FormTD and FormTH are for any text TDs and THs in forms in the main 
 * content window.  The FormTH aligns to the right, and the FormTD to 
 * the left. FormDirection is for adding additional information within
 * the form (such as how to fill in a field).
 */
.FormTH{
  font-size : 10pt;
  font-family : arial;
  font-weight : bold;
  vertical-align : middle;
  text-align : left;
}
.FormTHtop{
  font-size : 10pt;
  font-family : arial;
  font-weight : bold;
  vertical-align : top;
  text-align : left;
}
.FormTD{
  font-family : arial;
  vertical-align : middle;
  text-align : left;
  font-size : 10pt;
}
.FormDirection{
  font-size : 9pt;
  font-family : arial;
  color : #31387b;
  font-weight : normal;
}
/*
 * ServletMsg is for all the messages sent back to a jsp from
 * a servlet redirecting to that jsp usually when a form has been 
 * processed and there are problems, further instructions, or there is a
 * confirmation of success
 */
.ServletMsg{
  font-size : 10pt;
  font-family : arial;
  color : #0092de;
  font-style : bold;
  font-weight : bold;
}
/* 
 * BillTD and BillTH are for any text TDs and THs in bills in the main 
 * content window.  Both are a slightly smaller font size and both align
 * to the left.  BillDirection is for adding additional information within
 * the bill.
 */
.BillTD{
  font-size : 9pt;
  font-family : arial;
  font-weight : normal;
  vertical-align : top;
}
.BillTH{
  font-size : 9pt;
  font-family : arial;
  font-weight : bold;
  vertical-align : top;
  
}
.BillDirection{
  font-size : 9pt;
  font-family : arial;
  font-weight : normal;
}

/* LegalAddress is for legal decriptions and legal addresses of property tax
 * accounts
 */
.LegalAddress{
  font-size : 9pt;
  font-family : "Lucida Sans Typewriter",Courier;
  text-align : left;
}
/* EvenWidthSmall is for legal decriptions and legal addresses of property tax
 * accounts
 */
.EvenWidthSmall{
  font-size : 9pt;
  font-family : "Lucida Sans Typewriter",Courier;
  vertical-align : top;
}
/* EvenWidthReg is for legal decriptions and legal addresses of property tax
 * accounts
 */
.EvenWidthReg{
  font-size : 10pt;
  font-family : "Lucida Sans Typewriter",Courier;
  vertical-align : top;
}
.Disclaimer{
  font-family : Arial;
  font-size : 8pt;
  font-weight : normal;
  text-align : left;
  color : black;
}
.Title{
  font-size : 12pt;
  font-weight : bold;
  text-align : center;
  font-family : Arial;
}
.SmallTD{
  font-family : Arial;
  font-size : 8pt;
  font-weight : normal;
  color : black;
}
/* This is used to highlight alternating search results on
 * BD/SearchResults.jsp.  It is applied to the TR tag
 */
.HighlightResult
{
  background-color : #ffffe0;
}