﻿body
{
    font-size: 95%;
    background-image: url(images/blueGrd.jpg);
    background-repeat: repeat-x;
    font-family: Georgia, Serif;
    text-decoration: none;
}
.header
{
    background-color: #194b7e;
    opacity: .6;
    filter: alpha(opacity=60);
    width: 100%;
    height: 35px;
    padding-right: 12px;
    color: #ffffff;
    text-align: right;
}
.footer
{
    background-color: #194b7e;
    opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	height: 35px;

}

a:link
{
    font-weight: bold;
    font-size: 12px;
    color: #194b7e;
    font-family: Georgia, Serif;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #194b7e;
    font-family: Georgia, Serif;
    text-decoration: none;
    border-bottom: #ff3300 1px dotted;
}

a:visited
{
    font-weight: bold;
    font-size: 12px;
    color: #194b7e;
    font-family: Georgia, Serif;
    text-decoration: none;
}


h1
{
    font-weight: normal;
    font-size: 16px;
    color: #194b7e;
    font-family: Georgia, Serif;
    text-decoration: none;
}
h2
{
    font-weight: normal;
    font-size: 18px;
    color: #194b7e;
    font-family: Georgia, Serif;
    text-decoration: none;
}
h3
{
    font-weight: normal;
    font-size: 20px;
    color: #194b7e;
    font-family: Georgia, Serif;
    text-decoration: none;
}

h4
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Georgia, Serif;
    text-decoration: none;
    font-style: italic;
}