﻿BODY
{
	color: white;
	font-family: Calibri, Arial;
	font-size: 14px;
}

A
{
	color: Black;
}

.altA
{
	color: #f4f235;
}

A:hover
{
	color: gray;
}

.footer
{
	background-color: #243851;
}

.dividingLineColor
{
	background-color: #3e546c;
}

.mainBody
{
	background-color: #122742;
}

.liveLinks
{
	background-image: url(../Resources/images/links.png);
	background-repeat: no-repeat;
}

.blackFont
{
	color: black;
	font-family: Calibri, Arial;
	font-size: 14px;
}

.gridPadding
{
	padding-top: 8px;
}

.Heading
{
	font-size: 13pt;
	font-weight: bold;
	color: #f09218;
	font-family: Calibri, Arial;
}

UL
{
	list-style-position: outside;
	line-height: 25pt;
	list-style-type: square;
	font-style: italic;
	letter-spacing: 1px;
}
