﻿body
{
	background-image: url(   "images/LightBlueBackground.jpg" );
	background-color: #e9e9e9;
	background-repeat: repeat-x;
		width: 776px;
	margin: auto;
	margin-top:12px;
	
}
.LeftTableBorder
{
	position: absolute;
	width: 5px;
	margin-top:1px;
	height: 731px;
	margin-left: -4px;
	
	background-image: url(       "images/LeftTableBorder.png" );

	display: inline;
}
.RightTableBorder
{
	position: absolute;
	margin-top:1px;
	margin-left: 768px;
	width: 4px;
	height: 731px;
	background-image: url(     "images/RightTableBorder.png" );
	display:inline;
	
}

.hr
{
	height: 3px;
	color: black;
	background-color: Black;
}


.Footer
{
	text-align: center;
	margin: auto;
	font-size: 11px;
	line-height: 14px;
	font-family: helvetica, Arial, Sans-Serif;
	padding-top:12px;
}

h1
{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
}
h2
{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica Sans-Serif;
	
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #0054a6;
	
}

h3
{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #0054a6;
	
}


h3 a, h3 a:visited
{
	color: #0054a5;
	text-decoration: none;
}

h3 a:hover
{
	color: #0054a5;
	text-decoration: underline;
}

a, a:visited
{
	color: #c77a00;
	text-decoration: none;
}

a:hover
{
	color: #c77a00;
	text-decoration: underline;
}

