﻿p
{
    padding: 0;
    margin: 5px 0 15px 0;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9
{
    color: #b1005d;
    margin: 0;
    padding: 0;
}
a:link,a:active,a:visited, h1 a:link,h1 a:active,h1 a:visited, h2 a:link,h2 a:active,h2 a:visited, h3 a:link,h3 a:active,h3 a:visited, h4 a:link,h4 a:active,h4 a:visited, h5 a:link,h5 a:active,h5 a:visited, h6 a:link,h6 a:active,h6 a:visited, h7 a:link,h7 a:active,h7 a:visited, h8 a:link,h8 a:active,h8 a:visited, h9 a:link,h9 a:active,h9 a:visited
{
    color: #b1005d;
    text-decoration: underline;
}
h1
{
    font-size: 18pt;
    padding: 5px 0 2px 0;
    line-height: 18pt;
}
h2
{
    font-size: 12pt;
    padding: 3px 0;
    line-height: 12pt;
}

.bordered
{
    border: 2px solid black;
}
.nowrap, .nowrap *
{
    white-space: nowrap;
}

.absolute
{
    position: absolute;
}
.forceLeft
{
    left: 0;
}
.forceRight
{
    right: 0;
}
.forceTop
{
    top: 0;
}
.forceBottom
{
    bottom: 0;
}


.floatLeft
{
    float: left;
    margin: 0 2px 0 0;  
}
.floatRight
{
    float: right;
}
.clear
{
    clear: both;
}
.small
{
    font-size: 7pt;
}
.smaller
{
    font-size: smaller;
}
.normal
{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.bold
{
    font-weight: bold;
}
.underline
{
    text-decoration: underline;
}
.italic
{
    font-style: italic;
}
.right, .right *
{
    text-align: right;
}
.left, .left *
{
    text-align: left;
}
.center, .center *
{
    text-align: center;
}
.top, .top *
{
    vertical-align: top;
}
.bottom, .bottom *
{
    vertical-align: bottom;
}
.middle, .middle *
{
    vertical-align: middle;
}
.noWidth
{
    width: 0px;
}
.fullWidth
{
    width: 100%;
}
.lightPad
{
    padding: 2px;
}
.superscript
{
    vertical-align: super;
    font-size: smaller;
}
.subscript
{
    vertical-align: sub;
    font-size: smaller;
}

.contactInfo td
{
    padding: 2px;
}

#googleMaps
{
    padding: 5px 0;
}
