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,
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;
}
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
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: "" "";
}

body
{
        background-color: #fff;
        font-family: Sans-Serif,Verdana, Helvetica, Sans-Serif;
        font-size: 12px;
        color: black;
        line-height: 133%;
}

p {
        font-family: Sans-Serif,Verdana;
        font-size: 12px;
        color: black;
        line-height: 136%;
}

hr {
   border: 0;
   height: 1px;
   background: #98B7C4;
   color: #98B7C4;
        margin-bottom: 1em;
}


#topnav, #sidenav, #footer 
{
	display: none;
}
	
#content 
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background: #fff;

}

#content p
{
        font-family: Sans-Serif,Verdana;
        font-size: 12px;
        color: black;
        line-height: 136%;
        padding-bottom: 1em;
}

#content h2
{
        font-family: Sans-Serif,Verdana;
        font-size: 18px;
        color: #333;
        font-weight: normal;
        line-height: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
}

#content h3
{
        font-family: Sans-Serif,Verdana;
        font-size: 16px;
        color: #333;
        line-height: 136%;
        padding-bottom: 10px;
        padding-top: 10px;
}

#content h4
{
        font-family: Sans-Serif,Verdana;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        line-height: 136%;
        padding-bottom: 1em;
}

#content div.quote {
   padding: 1em 1em 0 1em;
   margin-top:0;
   margin-bottom: 1em;
   background-color:#fff;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
	border: 1px solid #ccc;
}

#content ul
{
        padding: 1em 1em 1em 1em;
        margin-top: 0;
        margin-bottom: 1em;
        background-color: #fff;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
	border:1px solid #ccc;
}

#content li
{
        padding: 0 0 0 0.5em;
        margin-bottom: 0.25em;
        list-style-type: square;
        list-style-position: inside;
}

#content table
{
        padding: 10px;
        background: #fff;
        border-collapse: collapse;
        margin-bottom: 15px;
}

#content table td
{
   padding: 5px;
   border:1px solid black;
   text-align: left;
   vertical-align: middle;
}

#content table td a
{
	text-decoration: none;
}

#content table th
{
   background: #fff;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   font-weight:bold;
}

.verified{
        font-size: 10px;
        text-decoration: none;
        color: blue;
        border: 0px;
        background: #55ccFF;
}

.noqsl{
        font-size: 10px;
        text-decoration: none;
        color: red;
        border: 0px;
        background: #FFFF99;
}

.qsl{
        font-size: 10px;
        text-decoration: none;
        color: green;
        border: 0px;
        background: #66FF99;
}

.gap{
	display: none;
        font-size: 10px;
        font-weight: normal;
        text-decoration: none;
        color: #bbbbbb;
        border: 0px;
}
