html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Verdana;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
hr { border-color: #CCCCCC; border-width: 3px; border-top-style: solid; border-bottom-style: none; border-left-style: none; border-right-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }
select { font-size: 12px; }


ul, ol { margin-left: 25px; line-height: 17px; margin-bottom: 15px; }
ul li {  }
li ul { margin-bottom: 0px; }

.req { color: #CC0000; }


.bordered { border: 4px solid #CCCCCC; }

h1, h2, h3, h4, h5 { font-family: Verdana; font-weight: bold; }

h1, h1 a { color: #000000; font-size: 18px; margin: 0px 0px 15px 0px; line-height: 24px; border: none; }
h2, h2 a { color: #cc0000; font-size: 16px; margin: 0px 0px 15px 0px; line-height: 24px; font-weight: normal; border: none; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; border: none; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #333333; font-size: 12px;  line-height: 17px; }
a  { color: #000000; font: normal 12px Verdana; text-decoration: none; border-width: 1px; border-color: #CC0000; border-bottom-style: dashed; }
a:hover { text-decoration: none; border-color: #cc0000; color: #cc0000; }

.red { color: #cc0000; }
.b { font-weight: bold; }

.button2 { background: #cc0000; color: #FFFFFF; padding: 4px 10px 4px 10px; }
.button2:hover { background: #333333; text-decoration: none; color: #FFFFFF; }
