/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.page_container {
    position: relative;
    min-height: 620px;
    margin-left: auto;
    margin-right: auto;
    width: 800px; /* was 772px; */
    overflow: hidden;
    text-align: left;
    display: block;
}

.header_container {
    position: relative;
    display: inline;
    border-bottom: dotted #9999FF 1px;
    float: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 50px;
    padding-bottom: 10px;
}

.main_content {
    position: relative;
    display: inline;
    float: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
}

.header_image_container {
    display: inline;
    float: left;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 250px;
}

.header_menu {
    float: right;
    height: 50px;
    width: 500px;
    margin-top: 25px;
    margin-right: 10px;
    text-align: right;
}

.error {
  display: inline;
  color: #FF6666;
  font-size: .9em;
}

.inline {
  display: inline;
}

.cutnpaste {
    margin-top: 2px;
    margin-bottom: 10px;
    vertical-align: top;
}

.indented {
 margin-left: 30px;
 clear: both;
}

.hidden {
 display: none;
}

.left {
 text-align: left;
}

.relative {
  position: relative;
}

.center {
 text-align: center;
}

.right {
 text-align: right;
}

.black {
 color: #000000;
}

.white {
 color: #FFFFFF;
}

.blue {
  color: #0000FF;
}

.red {
 color: #FF0000;
}

.green {
  color: #00FF00;
}

.yellow {
  color: #FFFF00;
}

.grey {
 color: #AAAAAA;
}

.double_height {
 line-height: 1.6em;
}

.uppercase {
 text-transform: uppercase;
}

.times {
 font-family: times;
}

.thin {
 font-weight: 100;
}

.bold {
 font-weight: 900;
}

.italics {
 font-style: italic;
}

.underline {
 text-decoration: underline;
}

.massive {
  font-size: 38px;
}

.huge {
 font-size: 22px;
}

.huge_tight_height {
  line-height: 17px;
}

.large_huge {
  font-size: 20px;
}

.large_huge_tight_height {
  line-height: 15px;
}

.largest {
 font-size: 18px;
}

.larger {
 font-size: 16px;
}

.large {
 font-size: 15px;
}

.medium-large {
 font-size: 14px;
}

.medium {
 font-size: 13px;
}

.medium-small {
 font-size: 12px;
}

.small {
 font-size: 11px;
}

.smaller {
 font-size: 10px;
}

.extra-small {
 font-size: 9px;
}

.smallest {
 font-size: 8px;
}

.very-tight {
 letter-spacing: 0px;
}

.bottom_border {
    border-bottom: solid #444444 1px;
}

.reporting_row {
    display: inline;
    position: relative;
    float: left;
    width: 800px;
}

.reporting_cell {
    display: inline;
    width: 10em;
    height: 1em;
    position: relative;
    text-align: left;
    float: left;
}