BODY
{
	margin: 0px;
	border: 0px;
	cursor: default;
}
BODY.mainFrame
{	
	background-color: #ffffff;	
}
TABLE.standardTable
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
TABLE.pageTitle
{
	width: 100%;
	table-layout: fixed;
}
TR.pageTitle
{
	height: 30px;
}
TR.pageFooter
{
	height: 12px;
}
TD.pageTitle
{
	font-size: 18px;
	font-weight: bold;
	vertical-align: baseline;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 3px;
	padding-bottom: 3px;
}
TD.pageFooter
{
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
TD.pageIcon
{
	width: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}
TR.menuBarRow
{
	height: 50px;
}
TR.menuRow
{
	height: 23px;
}
TR.buttonRow
{
	height: 27px;
}
TD.leftNav
{
	width: 150px;
}
DIV.leftBar
{ 
	width: 151px;
}
DIV.leftBottomBar
{
	height: 100%;
	width: 150px;
}
INPUT.readonly, TEXTAREA.readonly, SELECT.readonly, DIV.readonly
{
	overflow: hidden;
	text-overflow: ellipsis;
	height:	19px;
	width: 100%;
	cursor: default;
}
BUTTON
{
	cursor:	hand;
	font-size: 11px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
A
{
	cursor:	hand;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
IMG.pageIcon
{
	width: 18px;
	height: 18px;
}
DIV.header
{
	font-size: 14px;
	color: #000099;
	border-bottom: solid 1px #999999;
	margin-bottom: 4px;
}
DIV.err
{
	margin-top: 2px;
	font-size: 14px;
}
DIV.CompanyHeader
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	margin-bottom: 10px;
	color: #000000
}
