/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/
* { -moz-box-sizing:border-box; box-sizing:border-box; } /* Forces IE & IE to treat padding the same */
* { padding: 0px; margin: 0px; font-family: Verdana;  }  /* Default font for all items */
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 */
body { margin: 25px 0px 0px 0px; background: #000000; }
hr { border-color: #69473f; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; margin: 15px 0px 15px 0px; }
input { padding: 3px 0px 0px 0px; height: 22px; line-height: 18px; color: #333333; }
input.button { height: auto; line-height: 20px; padding: 0px; }
textarea, select, select * { color: #333333; }
ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ul li { list-style-type: square; }
.bordered { border: 1px solid #33CCFF; }
h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold;  }
h1 { color: #ebe1ce; letter-spacing: 0.05em; font-size: 16px; margin: 0px 0px 10px 0px; line-height: 18px; }
h2 { color: #ebe1ce; letter-spacing: 0.05em; font-size: 13px; margin: 0px 0px 5px 0px; }
h2 span, h3 {color: #ebe1ce; letter-spacing: 0.05em;  display: block; margin-bottom: 10px; font-weight: normal; font-size: 11px; font-family: verdana; }

p  { margin: 0px 0px 10px 0px; letter-spacing: 0.05em; }
p, table, td, div  { color: #ddc9b0; font-size: 11px; line-height: 17px; font-weight: normal; font-family: Verdana; font-size: 11px; }
a  { color: #ebe1ce; font: normal 11px Verdana; text-decoration: none; }
a:hover { text-decoration: underline; }

a.back { display: block; text-align: right; margin-top: 10px; }

