﻿body
{
	font-size: 9pt;
	font-family: Verdana, Sans-Serif;
}

.pageFrame
{
	width: 100%;
	height: 100%;
}

.pageHeader
{
	height: 150px;
	text-align: center;
}

.ttHeader
{
	font-weight: bold;
	color: white;
	font-family: Verdana, Sans-Serif;
	background-color: #87ceeb;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-collapse: collapse;
	font-size: 1.1em;
	text-align: center;
}

.ttHeader a
{
	color: white;
	text-decoration: none;
}

.ttBody
{
	font-family: Verdana, Sans-Serif;
	padding-bottom: 1em;
}

.ttAlert
{
	font-weight: bold;
}

.ttFooter
{
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-collapse: collapse;
	padding-bottom: 1em;
}

.ttFooter2
{
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	border: none;
	border-collapse: collapse;
	padding-bottom: 1em;
}

h1
{
	font-weight: bold;
	font-size: larger;
	font-family: Verdana, Sans-Serif;
}

.errorMessage
{
	color: red;
	font-family: Verdana, Sans-Serif;
}

.rightMargin
{
	text-align:right;
	padding-right: 25px;
}
