﻿body 
{
    margin-left : 0px;
	margin-right : 0px;
    background-color: #A2A2A2;
    font-family:Arial;
    text-align:justify;
}
P
{
    margin-left : 10px;
	margin-right : 10px;
    background-color:White;
    font-family:Arial;
}
BODY.Page
{
    margin-left : 7px;
	margin-right : 7px;
    background-color:White;
    font-family:Arial;
}
.InfoBas
{
    background-color: #FDAC27;
    font-size:8pt;
}
.MenuBar
{
    background-color:#696A65;
    color: #FDAC27;
    font-size:9pt;
}
.MenuCol
{
    border-left: solid 1px white;
}
A.Menu
{
    color: #FDAC27;
    text-decoration:none;
}

A.Menu:hover
{
    text-decoration:underline;
}

A.Menu:visited
{
    color: #FDAC27;
}
h1
{
    color: #013c80;
}
h2
{
    color: #013c80;
    font-weight: bold;
}
h3
{
    color: #013c80;
}
h4
{
    font-size: 20px;
    color: #013c80;
}
h5
{
    color: #013c80;
}
h6
{
    color: #013c80;
}
.BorderImage{
	border : 1px solid black;
}