﻿body {
font-family:Arial;
}
a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.headrow
{
    background-position: left;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('./images/title - Copy2.jpg');
    background-repeat: no-repeat;
    background-color: #6699FF;
}
.headrow1
{
    background-position: left;
    background-color: #6699FF;
    color: #FFFFFF;
    text-decoration: none;
    font-size: small; 
  
}

.mainCell
{
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-color: #CCCCCC;
}
.MenuCell
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: thin;
    border-color: #FF6600;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-decoration: none;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #808080;
}
h4
{
    border-style: solid;
    border-width: 1px;
    color: #0000CC;
    font-family: Arial;
    background-color: #EAF4FF;
}