html {
    font-size: 62.5%;
    height: 100%;
}
body {
    font-size: 100.01%;
    margin: 0;
    padding: 0;
    text-align: center;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: #fff;
    color: #333;
    margin-left: 10px;
    font-size: 1.2em !important;
    line-height: 1.3;
}
body, td, div, h1, p, input, select, textarea {
    font-family: Arial, Tahoma, Sans-Serif;
}
form {
    margin: 0;
    padding: 0;
}
b {
    font-weight: 700;
}
a, img {
    border: none;
}
a {
    color: #005599;
    text-decoration: none;
}
a:hover {
    color: #c00;
    text-decoration: none;
}
H1, H2, H3, H4, H5 {
    margin: 0;
}
hr {
    border: none 0; 
    border-top: 1px solid #ddd;
    height: 1px;
}
.hr {
    border-top: 1px solid #e6e6e6;
    font-size: 1px;
    height: 1px;
}
.hnill {
    margin-top:0px;
    padding-top:0px;
}
td, th {
    text-align:left;
}

/* visited */
.bigcol a:visited, .smallcol a:visited {
     color:#aa55cc;
     text-decoration:none;
}
a:visited b {
     color:#aa55cc !important;
}

a.ld:visited, a.gray:visited, .footer a.gray:visited, .net_col a.gray:visited  {
     color:#999 !important;
}
h5 a:visited, a.redb:visited, a.red:visited {
     color:#C21602 !important; 
}
h5 a:hover, a.red:hover {
     color:#bb0000 !important; text-decoration:underline !important;
}
#city_current a:visited, .blue a:visited  { color:#0048AA !important; }
#city_current a:hover, blue a:hover { color:#123C76; }
/* end visited */

.bigcol a:hover, .smallcol a:hover {
     color:#bb0000;
     text-decoration:none;
}