﻿body
{
	font-family: Cambria, Times New Roman;
}

.headerImageCell
{
	padding-right: 20px;
}

.headerText
{
	font-size: 18pt;
	font-weight: bold;
}

.tabSelected
{
	background-color: #800000;
	color: White;
}

.tabSelected A
{
	background-color: #800000;
	color: White;
	text-decoration: none;
}

.tabNormal
{
	background-color: white;
	color: black;
}

.tabNormal A
{
	background-color: white;
	color: black;
	text-decoration: none;
}

.textSectionTitle
{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:5px;
}

.textSectionBody
{
	margin-top: 0px;
}

.textSectionItalics
{
	font-weight: bold;
	font-style: italic;
}

div.content
{
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -350px;
}

.HeaderAlert
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}