body
{
	font-size: 10pt;
	color: black;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	background-color: #f0f0f0;
}
INPUT
{
	background-color: #e0e0e0;
}

SELECT
{
	background-color: #e0e0e0;
}
HR
{
	background-color: #0000C0;
}
TD
{
	font-size:10pt;
}
.InfoLabel
{
	font-weight: bold;	
}
.NormalBold
{
	font-weight: bold;
	background-color: #9999A0;
	text-align: center;
}		
.titlebar
{
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right-style: none;
}
.footerbar
{
	border-top: none;
	border-left: none;
	border-bottom: #000080 thin solid;
	border-right-style: none;
	text-align: right;
}
.title
{
	font-size: 24pt;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	text-align: center;
	color: #000080;
}
.username
{
	font-size: 14pt;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	text-align: left;
}		
.subtitle
{
	font-size: 20pt;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	text-align: center;
}
.smallheading
{
	font-size: 16pt;
	text-transform: capitalize;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	text-align: center;
}
.gridheader
{
	font-weight: bold;
	background-color: #C0C0FF;
	text-align: center;
	border:black 1px solid;
	font-size:10pt;
}
.gridcell
{
	border:black 1px solid;	
	font-size:9pt;
}
.gridcellpadded
{
	border:black 1px solid;	
	font-size:9pt;
	padding:1px 3px 1px 3px;
}
.gridcellbold
{
	border:black 1px solid;	
	font-size:9pt;
	font-weight:bold;
}
.gridtable
{
	table-layout: auto;
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	border-collapse: collapse;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;}
.formpanel
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.colouredpanel
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #aaaaaa;
}
