﻿@charset "utf-8";
a 
{
	color: #014496;
	font-weight:  bold;
	text-decoration:  underline
}

a:visited 
{
	color: #014496;
	text-decoration:  underline
}

a:active 
{
	color: #014496;
	font-style:  italic
}

a:hover {
	color: #014496;
	font-weight:  bold;
	font-style:  italic;
	text-decoration:  underline
}

td
{
	color: #014496;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}
p
{
	color: #014496;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}

h1
{
	color: #014496;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif
}

h2
{
	color: #014496;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif
}

footer
{
	color: #014496;
	font-size: 12pt;
	font-style:  italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	text-align:  center
}

.horizRule
{
	background-color: #014496;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:  bold;
	color: #DFEEFF;
}

#sidebar
{
	border: thin solid #014496;
	float: right;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	white-space: normal;
}



