/* teh css for teh hubelpot site */
/* keep yer paws off it kthxbye */

body {
 padding: 0px;
 background-color: #c4c0b9;
 scrollbar-face-color: #aaa;
 scrollbar-highlight-color: #aaa;
 scrollbar-shadow-color: #424e3f;
 scrollbar-3dlight-color: #424e3f;
 scrollbar-arrow-color: #424e3f;
 scrollbar-track-color: #bcc6b9;
 scrollbar-darkshadow-color: #aaa;
 scrollbar-base-color: #aaa;
 }

img { vertical-align: top; }

a:link {
 text-decoration: none;
 font-weight: bold;
 color: #000;
 cursor: pointer;
 }
a:visited {
 text-decoration: none;
 font-weight: bold;
 color: #000;
 cursor: pointer;
 }
a:active {
 text-decoration: none;
 text-decoration: line-through;
 font-weight: bold;
 color: #000;
 cursor: pointer;
 }
a:hover {
 text-decoration: none;
 font-weight: bold;
 background-color: #aebaab;
 color: #000;
 border: 1px solid;
 border-left: none;
 border-right: none;
 }

#mainscroll {
 width: 100%;
 height: 100%;
 overflow: auto;
 }

#maindiv {
 padding-left: 8px;
 padding-right: 6px;
 padding-top: 6px;
 cursor: default;
 font-family: Verdana, Tahoma, Geneva, Arial, sans-serif;
 font-size: 12px;
 color: #1f2e1d;
 }

.htitle {
 padding: 1px;
 letter-spacing: 2px;
 font-weight: bold;
 line-height: 14px;
 padding-top: 16px;
 }

.htitle2 {
 border: 1px solid gray;
 border-right: none;
 border-left: none;
 padding: 1px;
 line-height: 20px;
 font-size: 10px;
 letter-spacing: -1px;
 }

.htext {
 text-indent: 2em;
 line-height: 16px;
 letter-spacing: 0px;
 border-bottom: 1px solid gray;
 text-align: justify;
 padding-left: 3px;
 padding-right: 3px;
 padding-bottom: 8px;
 }

.htext2 {
 line-height: 22px;
 letter-spacing: 0px;
 text-align: center;
 padding-left: 3px;
 padding-right: 3px;
 padding-bottom: 8px;
 }

