﻿body
{
	font-family:Tahoma;
	font-size:10pt;
}

/* Remove unwanted elements */
#menu2, #menu1, #foot1
{
display: none;
}

/* Ensure the content spans the full width */
#container
{
width: 100%; margin: 0; float: none;
}


/* Improve colour contrast of links */
a:link, a:visited
{
color: black;
}

img
{
	display: none;
}

.title 
{
	color:#000000; 	
	font-family:Arial; 
	font-size:2.0em;
	padding: 0px 0px 20px 0px;
}

.printgridheader
{
    display:table-header-group;
}

.gridTitle
{	
	color:#000000;
	font-weight:bold;
	padding: 0px 0px 5px 0px;
}

.cellpadding
{
	padding: 0px 5px 0px 0px;
}

.dgResultSet
{	 
	font-size:8pt;	
}

.dgItemStyle
{
  color:#000000; background-color: #ffffff;
}

.dgAlternatingItemStyle
{
	color:#000000; background-color: #ffffff;  
}
