html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

img,body,html {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

q:before,q:after {
    content:'';
}

body,html {
    background-color: #fdcc66;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
    color: black;
    font-size: 14px;
}

a:link,a:active,a:visited {
    text-decoration: none;
    color: #000099;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

div.tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

div.tooltip table {
    border: 1px ridge gray;
}

div.tooltip td {
    padding: 3px 6px;
    text-align: left;
    color: black;
}

div.newsSlideBox {
    background: #dcb58e;
    color: #000000;
    font-size: 13px;
    border: 1px solid #ff9900;
    width: 240px;
    height: 145px;
    padding: 5px;
}

table.light {
    margin: 0;
    padding: 0;
    border: 0;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div.center {
    margin-left: auto;
    margin-right: auto;
}

td.center {
    text-align: center;
}

table.stats {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.justify {
    text-align: justify;
}

a.green:link, a.green:active, a.green:visited {
    color: green;
    text-decoration: none;
}

a.green:hover {
    text-decoration: underline;
}

div.mainContent {
    width: 962px;
    padding: 20px 31px 15px 31px;
}

div.mainContent div, div.mainContent table{
    font-size: 13px;
}

.vtop {
    vertical-align: top;
}

.bold {
    font-weight: bold;
}

.green {
    color: #009900;
}

.black {
    color: black;
}

.italic {
    font-style: italic;
}

.darkgrey {
    color: #515151;
}

.bgLightGrey {
    background-color: #efefef;
}

.noWrap {
    white-space: nowrap;
}

.pink {
    color: #C33E69;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}
