﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
}

a 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

table.Default 
{
	width: 100%;
	height: 100%;
}

table.Default tr.Header td 
{
	vertical-align: top;
}

table.Default tr.Content 
{
	height: 300px;
}

table.Default tr.Content td 
{
	vertical-align: middle;
}

table.Default tr.ContentHeader td 
{
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding: 4px 1px 12px 1px;
}


/* Header */

table.Default table.Header 
{
	width: 100%;
}

table.Default table.Header td.Logo 
{
	width: 200px;
	text-align: left;
}

table.Default table.Header td.Logo img
{
	border: 0px none;
}

table.Default table.Header td.Spacer 
{
	width: auto;
}

table.Default table.Header td.Contact 
{
	font-weight: bold;
	width: 161px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
	background-image: url('../Images/GridBackground.gif');
	background-repeat: repeat;
	background-position: top left;
}

/* Footer */
table.Default tr.Footer td 
{
	text-align: center;
}