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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
fieldset legend {display:none;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.show_pointer {
    cursor: pointer;
}

.nostyle ul {
    list-style: unset !important;
    padding-left: 20px !important;
}

.nostyle ol {
    list-style: decimal !important;
    padding-left: 20px !important;
}

.nostyle h6 {
    font-weight: bold;
    font-size: 0.67em;
}
.nostyle h5 {
    font-weight: bold;
    font-size: 0.83em;
    border-bottom: none !important;
    margin: 0px !important;
}
.nostyle h1 {
    font-weight: bold;
    font-size: 2em;
}
.nostyle h2 {
    font-weight: bold;
    font-size: 1.5em;
}
.nostyle h3 {
    font-weight: bold;
    font-size: 1.17em;
    margin-bottom: 0px;
}

.nostyle h4 {
    font-weight: bold;
    font-size: 1.33em;
    margin-bottom: 0px;
}

.nostyle p {
    font-size: 15px !important;
    font-family: Open Sans;
}

.nostyle address {
    font-style: italic;
    margin: 0px;
}

.nostyle pre {
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}

.tbldata {
    width: 100%;
}

    .tbldata thead tr {
        font-weight: bold;
        background-color: rgb(240, 242, 245);
        border-bottom: 1px solid black;
        cursor: default;
    }

.tbldatahr {
    border-bottom: 1px solid black;
    height: 25px;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    background-color: rgb(240, 242, 245);
    border-bottom: 1px solid black;
}


.tbldataodd {
    background-color: rgb(235, 235, 235);
}

    .tbldataodd td {
        height: 25px;
        padding-top: 10px;
        padding-left: 5px;
    }

.tbldataeven {
    background-color: white;
}

    .tbldataeven td {
        height: 25px;
        padding-top: 10px;
        padding-left: 5px;
    }

