﻿
body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F9F9ED;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    
	padding: 0px;
}

H1
{
    font-size: 14;
    color: #333333;
}

H2
{
    font-size: 12;
    color: #333333;
}

H3
{
    font-size: 8;
    color: #333333;
}





.footertext
{
    font-size: x-small;
    color : #333333;
    text-align: center;
}
.footertext A:link
{
    color: #375344;
    text-decoration: none;
}
.footertext A:visited
{
    color: #303030;
    text-decoration: none;
}
.footertext A:hover
{
    color: #303030;
    text-decoration: underline;
}






.main
{
    font-size: small;
    background-color: White;
}
.main A:link
{   color: #446751;
    /*color: #375344; */
    text-decoration: none;
}

.main A:visited
{
    color: #446751;
    text-decoration: none;
}
.main A:hover
{
    color: #303030;
    text-decoration: underline;
}



.MenuItems
{
    font-size: small;
    letter-spacing: 2px;
    text-align: center;
}



.menuSubTable
{
    font-size: small;
    font: normal normal normal 100% Arial;
    border-bottom-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #F9F9ED;
    letter-spacing: 2px;
}
.menuSubTable A:link
{
    color: #446751;
    text-decoration: none;
    font-size: small;
}
.menuSubTable A:visited
{
    color: #446751;
    text-decoration: none;
}
.menuSubTable A:hover
{
    color: #303030;
    text-decoration: underline;
}
.menuSubTable th
{
    padding: 0px 20px 0px 0px;
}


.GreenTable
{
    border: 1px solid #333333;
    font-size: small;
    text-align: center;
    color: #333333;
    border-collapse: collapse;
}
.GreenTable th
{
    color: White;
    background-color: #375344;
    border-width: 1px;
    border-color: #ffffff;
    text-align: center;
}
.GreenTable A:link
{
    color: #446751;
    text-decoration: none;
}
.GreenTable A:visited
{
    color: #446751;
    text-decoration: none;
}
.GreenTable A:hover
{
    color: #303030;
    text-decoration: underline;
}



/* used by simple tables to give alternating colour effect */
.td1
{
    color: #333333;
    background-color: #F7F7DE;
}
.td2
{
    color: #333333;
    background-color: #FEFEFE;
}
