﻿body
{
    margin: 0px;
    color: black;
    font-family: Comic Sans MS, Arial;
    font-size: 14px;
}

p
{
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 18px;
}

h1, h2, h3
{
    margin-top: 0px;
}

h1
{
    margin-bottom: 4px;
}

img
{
    border: none;
}

ul
{
    padding-top: 0px;
    margin: 0px;
    line-height: 18px;
}

.floatLeft
{
    float: left;   
}

.floatClear
{
    clear: both;   
}

.hotspot
{
    cursor: pointer;   
}

a
{
    color: #0076a5;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;   
}

.important
{
    color: #0076a5;   
}

.modalBackground
{
    background-color: Black;
    -khtml-opacity:.5;
    -moz-opacity:.5;
    -ms-filter:'alpha(opacity=50)';
    filter:alpha(opacity=50);
    opacity:.5;
}
