﻿html,body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #216778;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

body:last-child #tdContent 
{
   height: 100%
}

.ContentHeader
{
	font-size: 13pt
}

.SectionHeader
{
	font-size: 11pt
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000
}

.Textbox
{
	border: solid 2px #6d462b;
	width: 250px
}

