﻿div.HeaderTemplate
{
	width: 630px;
	background-color: #727272;
	padding: 5px 0px 7px 10px;
	margin-bottom: 5px;
}
div.HeaderTemplate span
{
	color: White;
	font-size: 11pt;
	font-weight: bold;
}
.HeaderTable
{
	width: 100%;
}
.HistoryPreviousLinkButton
{
	display: block;
	width: 17px;
	height: 20px;
	background: url('Images/left.jpg') no-repeat;
	float: right;
}
.HistoryNextLinkButton
{
	display: block;
	width: 17px;
	height: 20px;
	background: url('Images/right.jpg') no-repeat;
	margin: 0px 5px 0px 5px;
	float: right;
}
