BODY
{
	font-size: x-small;
	font-family: Arial;
	background-color: white;
}
TD
{
	font-size: x-small;
}
LEGEND
{
	color: #006600;
}
.PgHdrLabel
{
	font-weight: bold;
	font-size: large;
	color: #3399cc;
	font-family: Arial;
}
.PgHdrDate
{
	font-size: xx-small;
	font-weight: bold;
	color: black;
	font-family: Arial;
}
.AppTitle
{
	font-weight: bold;
	font-size: large;
	color: dodgerblue;
	font-family: Arial;
}

.MenuPane
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: #3399cc;
}
.MenuPaneLight
{
	font-family: Arial;
	background-color: #99cccc;
}
.MenuPaneLighter
{
	font-family: Arial;
	background-color: #ccffff;
}
.UserDetailsPane
{
	font-family: Arial;
	background-color: gainsboro;
}
.MenuSubTitle
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	font-family: Arial;
	background-color: #3399cc;
}
.MenuNavLink
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: white;
	font-family: Arial;
	background-color: #3399cc;
	text-decoration: none;
}
.MenuNavLink:Hover
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: yellow;
	font-family: Arial;
	background-color: #3399cc;
	text-decoration: underline; 
}
.MenuNavSelected
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: yellow;
	font-family: Arial;
	background-color: #3399cc;
	text-decoration: none;
}
.MenuNavSelected:Hover
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: yellow;
	font-family: Arial;
	background-color: #3399cc;
	text-decoration: underline;
}
.ErrMessHdr
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Arial;
}
.ErrMessDet
{
	font-size: x-small;
	color: red;
	font-family: Arial;
}
.ErrMessLnks
{
	font-weight: normal;
	font-size: x-small;
	cursor: hand;
	color: blue;
	font-family: Arial;
	text-decoration: underline;
}
.Button
{
	cursor: hand;
}
.DataGrid
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.DataGridPrint
{
	font-weight: normal;
	font-size:xx-small;
	color: black;
	font-family: Arial;
}
.DataGridHeader
{
	font-weight: bold;
	font-size: x-small;
	color: dimgray;
	font-family: Arial;
}
.DataGridHeaderUnderline
{
	font-weight: bold;
	font-size: x-small;
	color: dimgray;
	font-family: Arial;
	text-decoration: underline;
}
.DataGridItem
{
	font-weight: normal;
	font-size: x-small;
	color: dimgray;
	font-family: Arial;
}
.DataGridHeaderPlain
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.DataGridHeaderPlain:Hover
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	text-decoration: underline;
}
.DataGridPlain
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.DataGridLinks
{
	font-weight: normal;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: none;
}
.DataGridLinks:Visited
{
	font-weight: normal;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: none;
}
.DataGridLinks:Hover
{
	font-weight: normal;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: underline;
}
.DataGridLinksNav
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: none;	
}
.DataGridLinksNav:Visited
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: none;	
}
.DataGridLinksNav:Hover
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: underline;	
}

.PagerLinksNav 
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: red;
	font-family: Arial;
	text-decoration: none;	
}
.PagerLinksNav a
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: none;	
}
.PagerLinksNav a:Visited
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: none;	
}
.PagerLinksNav a:Hover
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: royalblue;
	font-family: Arial;
	text-decoration: underline;	
}
.SubTitleLinks
{
	font-weight: bold;
	font-size: large;
	color: dodgerblue;
	font-family: Arial;
	text-decoration: none;
}
.SubTitleLinks:Hover
{
	font-weight: bold;
	font-size: large;
	color: dodgerblue;
	font-family: Arial;
	text-decoration: underline;
}
.LabelHeader
{
	font-weight: bold;
	font-size: x-small;
	color: dimgray;
	font-family: Arial;
	height: 20;
}
.LabelText
{
	font-size: x-small;
	color: Black;
	font-family: Arial;
	height: 20;
}

@media print 
{
	div.pagebreak
	{  
		page-break-after:always;   
	}
}