﻿.ItemTable
{
	width: 100%;
}
.ItemTitle
{
	background-color: #D2D0D2;
	padding: 5px;
}
.ItemTitle A
{
	color: #800000;
	font-size: 20pt;
	font-family: 'Times New Roman';
	text-decoration: none;
}
.CategoryTitle
{
	background-color: #D2D0D2;
	color: #000099;
	text-align: right;
	font-size: 10pt;
	padding: 3px;
}
A.CategoryTitle
{
	color: #000099;
}
.ItemBody
{
	border-style: solid none solid none;
	border-width: medium;
	border-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 13pt;
}
.ItemFooter
{
	font-size: 8pt;
	background-color: #D2D0D2;
	color: #000099;
	padding: 2px;
}
.ItemSeperator
{
	background-color: #FFFFFF;
	height: 5px;
	width: 100%;
}
.ButtonPanel
{
	text-align: right;
}
.Navigation
{
	vertical-align: bottom;
	height: 25px;
	width: 100%;
	text-align: center;
}
.ItemCode
{
	padding-left: 25px;
	color: #000099;
	background-color: #f5f2da;
	border-top: #D2D0D2 2px solid;
	border-bottom: #D2D0D2 2px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
