﻿body
{
    font-size: 10pt;
    line-height: 1.2;
}
pre
{
    font-size: 10pt;
    font-family: Tahoma;
    margin: 0px;
    vertical-align: middle;    
}
h1
{
    font-size: 15pt;    
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
h2
{    
    font-size: 13pt;    
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
h3
{    
    font-size: 11pt;  
    font-weight: bold; 
    text-align: center; 
    padding: 3px;
}
h4
{    
    font-size: 10pt;  
    font-weight: bold; 
    text-align: center; 
    padding: 3px;
}
p
{
    margin: 5px;
}
dl
{
}
dt
{
    font-weight: bold;
}
dd
{
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 12px;    
}
address
{
    font-style: normal;
}
.hidden
{
    visibility: hidden;
    display: none;    
}
.displayed
{
    visibility: visible;
}
.centeredText
{
    text-align: center;
    vertical-align: middle;
}
.tinySeperator
{
    padding-top: 2px;
    padding-bottom: 2px;
}
.smallSeperator
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.medSeperator
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.bigSeperator
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.fontSmall
{
    font-size: 8pt;
}
.fontNormal
{
    font-size: 10pt;
}
.fontLarge
{
    font-size: 12pt;
}
.fontBold
{
    font-weight: bold;
}
.clickable
{
    cursor:default;
}
.clickable:hover
{
    cursor:hand;
}
.columnLeft
{
    float: left;
    padding-right: 10px;
}
.columnRight
{
    float: right;
}
.columnBase
{
    clear: both;
}
.mapInBackground
{
    background-image: url('/images/mainBackground.gif');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
table.dataTable
{
}
table.dataTable tr
{    
    padding: 2px 0px 2px 0px;
}
table.dataTable th
{    
    padding: 5px;
}
table.dataTable tr td
{
    padding: 0px 5px 0px 5px;
    min-width: 125px;
}
