﻿body 
{
	font-family:Georgia, 'Times New Roman', Times, Serif;
	font-size:85%;
	line-height:150%;
	text-align:center;
	height:100%;
	margin:0;
	padding:0;
	color:#4d4d4d;
}

#PageContent { font-size:110%; }
#PageContent b { font-size:110%; }

h1 
{
	font-weight:bold;
	font-size:180%;
	color:#313131;
	line-height:90%;
	margin:0 0 0.6em 0;
}

h2
{
	font-weight:bold;
	font-size:135%;
	color:#313131;
	line-height:90%;
	margin:2.6em 0 0.8em 0;
}

h3
{
	font-weight:bold;
	font-size:115%;
	color:#005baa;
}

a
{
	color:#005baa;
	text-decoration:none;
	border-bottom:dotted 1px White;
}
a:hover { border-bottom:solid 1px #005baa; color:#0000ff; }

img { border:0; }

p
{
	text-align:justify;
	margin:0 0 1.5em 0;
}

.NavigationHeader { display:none; }

table
{
	border:solid 1px #005baa;
	border-right:none;
}
table td, table th
{
	padding:5px;
	border-right:solid 1px #005baa;
	border-top:solid 1px #4fb7e3;
}

table thead th, table thead td
{
	background:#005baa;
	color:White;
	border-top:none;
}