﻿body
{
    background-color: white;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.title
{
    font-size: 16pt;
    color: black;
    font-family: arial;
    font-weight: bold;
}
.text
{
    font-size: 10pt;
    color: black;
    font-family: arial;
}
.textsm
{
    font-size: 9pt;
    color: black;
    font-family: arial;
}
.texttiny
{
    font-size: 8pt;
    color: black;
    font-family: arial;
}

.textsidenav
{
    font-size: 8pt;
    color: #696969;
    font-family: arial;
}
.textbyline
{
    font-size: 8pt;
    color: #696969;
    font-family: arial;
}
.linkbyline
{
    color: #4862AC;
    font-family: arial;
    font-size: 8pt;
    text-decoration: underline;
}
.linkbyline:hover
{
    color: #4573F7;
    font-family: arial;
    font-size: 8pt;
    text-decoration: underline;
}
.link
{
    color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}
.link:hover
{
    color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}
.linksmpop
{
    color: #0000ff;
    font-family: arial;
    font-size: 9pt;
    text-decoration: underline;
}
.linksm
{
    color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
}
.linksm:hover
{
    color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: underline;
}
.linktiny
{
    color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}
.linktiny:hover
{
    color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline;
}
.linkinline
{
    color: #0000ff;
    font-family: arial;
    font-size: 10pt;
    text-decoration: underline;
}
.linkinline:hover
{
    color: #697AC6;
    font-family: arial;
    font-size: 10pt;
    text-decoration: underline;
}
.linkmap
{
    color: #0000ff;
    font-family: arial;
    font-size: 10pt;
    text-decoration: none;
}
.linkmap:hover
{
    color: #697AC6;
    font-family: arial;
    font-size: 10pt;
    text-decoration: underline;
}
.linkmapsm
{
    color: #0000ff;
    font-family: arial;
    font-size: 9pt;
    text-decoration: none;
}
.linkmapsm:hover
{
    color: #697AC6;
    font-family: arial;
    font-size: 9pt;
    text-decoration: underline;
}
.linknavout
{
    color: #0000ff;
    font-family: arial;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
.linknavout:hover
{
    color: #4747F3;
    font-family: arial;
    font-size: 8pt;
    text-decoration: underline;
    font-weight: bold;
}
.linknews
{
    color: #7E2727;
    font-family: arial;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
.linknews:hover
{
    color: #7E2727;
    font-family: arial;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline;
}
.tableheader
{
    font-size: 9pt;
    color: white;
    font-weight: bold;
    font-family: Georgia;
}
.pageheader
{
    font-size: 11pt;
    color: white;
    font-weight: bold;
    font-family: Georgia;
}


h1
{
    font-weight: bold;
    font-size: 10pt;
    color: #7288BB;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
}
h2
{
    font-weight: bold;
    font-size: 11pt;
    color: black;
    font-family: arial;
    margin: 0px;
    padding: 0px;
}

.imagepaddingright
{
    margin: 0px 10px 0px 0px;
}
.imagepaddingleft
{
    margin: 0px 0px 0px 20px;
}
.hrgrey
{
    height: 1px;
    background-color: silver;
    border: 1px;
    width: 200px;
    text-align: left;
}

.inlinephotoleft
{
    border: #000000 1px solid;
    float:right;
    margin: 0px 0px 0px 15px;
}
.photothumb
{
    border: #000000 1px solid;
    opacity:0.8;
    filter:alpha(opacity=80);    
}
.photothumb:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);    
}
