﻿body { background-color: #A7E3FB }

a:link    { color: #0000FF; text-decoration: none; }
a:visited { color: #595CE5; text-decoration: none; }
a:hover   { color: #EC0000; text-decoration: none; }
a:active  { color: #C00000; text-decoration: none; }

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

hr {
    border: 0;
    width: 100%;
    color: #5C7D8B;
    background-color: #5C7D8B;
    height: 4px;
}

.BlackFont
{
    color: #000000;
}

div.CenterText
{
    text-align: center;
}

