﻿body 
{
	background-color: #15546f;
}

.GeneralBackground
{
	background-color: #15546f;
}

.WhiteBackground
{
	background-color: White;
}

.Menu
{
	background-color: #608B9D;
	width: 202px;
}

.Heading
{
	font-size: x-large;
	font-weight: bold;
}

.SmallText
{
	font-size: small;
}

.TableOutsideBorder
{
	border-right: black thin outset;
	border-top: black thin outset;
	border-left: black thin outset;
	border-bottom: black thin outset;
}

.AlignLeft
{
	text-align: left;
}
