﻿body,table,p,div,input,select,textarea
{
	font-family: Arial, Verdana, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12px;
    color: #666666;
}
body
{
    /*background-color: #6092C7;
    background-image:url('images/bodyBackground4.jpg'); 
    background-repeat: repeat-x;*/
    margin: 0px 0px 0px 0px;
}
b,strong {
    color: #ba0000;
}
.redText {
	color: #ba0000;
	font-weight:bold;
}
p,li {
    margin: 8px 0px 5px 0px;
	/* 1st - top, 2nd - right, 3rd - bottom, 4th - left*/
}
.content a:link { color: #dd0200; text-decoration: underline; font-weight: normal}
.content a:visited { color: #dd0200; text-decoration: underline; font-weight: normal}
.content a:active { color: #dd0200; text-decoration: underline; font-weight: normal}
.content a:hover { color: #000000; text-decoration: underline; font-weight: normal}

.header1link a:link {font-family: Georgia, Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif; color: #ba0000; text-decoration: none; font-weight: normal; font-size: 20px; margin: 5px 5px 7px 0px;}
.header1link a:visited {font-family: Georgia, Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif; color: #ba0000; text-decoration: none; font-weight: normal; font-size: 20px; margin: 5px 5px 7px 0px;}
.header1link a:active {font-family: Georgia, Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif; color: #ba0000; text-decoration: none; font-weight: normal; font-size: 20px; margin: 5px 5px 7px 0px;}
.header1link a:hover {font-family: Georgia, Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif; color: #000000; text-decoration: underline; font-weight: normal; font-size: 20px; margin: 5px 5px 7px 0px;}

.header1
{
    font-family: Georgia, Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 20px;
    text-decoration: none;
	color: #ba0000;
    font-weight: normal;
    margin: 5px 5px 7px 0px;
    /* 1st - top, 2nd - right, 3rd - bottom, 4th - left*/
}

.header2
{
    font-family: Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 14px;
    text-decoration: none;
	color: #ba0000;
    font-weight: bold;
    margin: 5px 5px 7px 0px;
    /* 1st - top, 2nd - right, 3rd - bottom, 4th - left*/
}

.header3
{
    font-family: Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12px;
    text-decoration: none;
	color: #ba0000;
    font-weight: bold;
    margin-top: 15px;
    /*margin: 15px 5px 7px 0px;*/
    /* 1st - top, 2nd - right, 3rd - bottom, 4th - left*/
}

.smallText
{
    font-family: Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 10px;
	color: #ba0000;
}