﻿html, body 
{
    height: 100%;
    margin: 0;
    background: #0c291c;
    font-family: Arial, Verdana, MS Sans Serif;
}

td
{
    vertical-align: top;
    text-align: left;
}

.menuLink
{
    color: #7eda9e;
    font-family: Century, Arial, Verdana;
    font-size: 18px;
}

.smallText
{
    font-size: 11px;
    text-align: center;
    color: #8dc1a0;
}

p
{
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	margin-bottom: 10px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 40px;
}

h4
{
    font-size: 14px;
    border-top: 1px solid #258156;
    border-bottom: 1px solid #258156;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 40px;
}

a:Link
{
	color: #7eda9e;
}

a:Visited
{
	color: #7eda9e;
}

.whiteText
{
	color: White;
	
}
