/* Author: Stephen Nielsen 
   Author Email: stephen at revenueworx dot com */
body {
 margin-top:0;
 margin-left:0;
 background-color:#ffffff;
}
table.main {
/* background-color:#009933; */
 width:772px;
 padding:0px;
 border-right-style:solid;
 border-right-width:1px;
 border-right-color:#009933;
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#009933;
}
table.nested1 {
 background-color:#ffffff;
 width:99%;
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#009933;
}
table.borderGreen {
 background-color: #006600;
 background-image:url('images/nav_bg.gif');
 background-repeat:no-repeat;
 border-top-style:double;
 border-top-width:5px;
 border-top-color:#009933;/*#009933*/
 border-bottom-style:double;
 border-bottom-width:5px;
 border-bottom-color:#009933;
 border-right-style:double;
 border-right-width:5px;
 border-right-color:#009933;
 margin-left:0;
 padding-left:0;
}
.borderBottom {
 border-bottom-width:1;
 border-bottom-style:thin;
 border-bottom-color:#009933;
}
pre {
 font-family:Arial,Comic Sans;
 color:#ffffff;
 padding:6;
 font-weight:bolder;
}
ul.condense {
  font-size:10pt;
}
.nav a {
 color:#ffffff;
 text-decoration:none;
}
.nav a:hover {
 color:#ffff00;
 text-decoration:underline;
}
.footerNav a {
 color:#006633;
 text-decoration:underline;
}
.footerNav a:hover {
 color:#19a400;
 text-decoration:underline;
}
/* tooltips */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/* end tooltips */

/* form this page */
.address {
 font-size:9pt;
}
td.phone {
 border-right-width:1px;
 border-right-style:solid;
 border-right-color: #000000;
}
tr.even {
 /*background-color:#e5e5e5;*/
 border-bottom: 1px solid #000000;
}
tr.odd {
 background-color:#fff;/*#b9b9b9*/
}
table.form {
  border-bottom: 3px double #009933;
}

/* form this page */

