﻿.HFTopLeft
{
	background-image: url('Images/Header%20Left.png');
	background-repeat: no-repeat;
	width: 37px;
	height: 37px;
}
.HFTopMiddle
{
	background-image: url('Images/Header%20Gradient.png');
	background-repeat: repeat-x;
	height: 37px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.HFTopRight
{
	background-image: url('Images/Header%20Right.png');
	background-repeat: no-repeat;
	width: 37px;
	height: 37px;
}
.HFMiddleLeftOutline
{
	background-image: url('Images/Pixel%20Outline.png');
	background-repeat: repeat-y;
	width: 1px;
}
.HFMiddleOutline
{
	background-image: url('Images/Pixel%20Outline.png');
	background-repeat: repeat-y;
	width: 1px;
}
.HFOutline
{
	background-color: #b2b2b2;
	width: 1px;	
}
.HFMiddleRightOutline
{
	background-image: url('Images/Pixel%20Outline.png');
	background-repeat: repeat-y;
	width: 1px;
}
.HFMiddleContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
}
.HFBottomLeft
{
	background-image: url('Images/Footer%20Left.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}
.HFBottomMiddle
{
	background-image: url('Images/Footer%20Gradient.png');
	background-repeat: repeat-x;
	height: 19px;
}
.HFBottomRight
{
	background-image: url('Images/Footer%20Right.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}
