body
{
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0px;
    background-color: #161D21;
}
.contentfont
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    /*color: #666666;*/
    text-align: justify;
    font-weight: normal;
}
.contentbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    font-weight: bold;
}
.titebold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}
.copyrighttxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
}
.linkstxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
}
.titebold2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.mapinfotable
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    font-weight: bold;
}
.contentlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
}
.contentfontmid
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: center;
    font-weight: normal;
}

a
{
    text-decoration: none;
    color: #0066ff;
}
a:hover
{
    text-decoration: underline;
    color: #0066ff;
}

.price
{
    font-size: small;
}

.description
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
    text-align: justify;
    font-weight: normal;
    font-size: smaller;
    background-color: #eee;
    padding: 1ex;
    border: solid 1px #ddd;
}

.description p
{
    margin-top: 0ex;
    margin-bottom: 1ex;
}

.firstprint
{
    text-align: left;
}

.mapmaker
{
    text-align: left;
    font-size: small;
}
.maptitlebar
{
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #ccc;
    margin: 5px 0;
    padding: 3px;
    border-top: solid 1px black;
}

a img
{
    border: none;
}

ul#menu
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul#menu li
{
    float: left;
    display: inline;
}
img
{
    display: block;
}

.sidebar
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: black;
    text-align: justify;
    font-weight: normal;
    margin-top: 160px;
    text-align: left;
    width: 150px;
    border: solid 1px black;
    padding: 1px;
    background-color: Gray;
}
.sidebar a
{
    text-decoration: none;
    color: #FFF;
}
.sidebar a:hover
{
    text-decoration: underline;
    color: #FFF;
}
.sidebar .heading
{
    font-weight: bold;
}

.leftsidebar
{
    background-position: right top;
    background-image: url(img/left.gif);
    background-repeat: no-repeat;
}
.rightsidebar
{
    background-position: left top;
    background-image: url(img/right.gif);
    background-repeat: no-repeat;
}
