﻿html
{
	border: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 8pt;

	* html overflow: hidden;
}

form
{
	margin: 0px;
} /* NOTE: IFRAME causes AutoComplete alignment problem.  Use Position = Relative */

table 
{
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}

* html table 
{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
} /* Use CELLSPACING & CELLPADDING for IE7 */

td 
{
	padding: 0px;
} /* NOWRAP fails on FireFox, instead use DIV */		

input 
{
	padding-left: 2px;
	padding-right: 2px;
} /* Use WIDTH - 8px */

textarea
{
	padding-left: 2px;
	padding-right: 1px;
} /* Use WIDTH - 6px */

* html textarea
{
	padding-left: 2px;
	padding-right: 2px;

} /* Use WIDTH - 6px */

iframe
{
	border: 0px;
} /* Use 'POSITION: Relative; LEFT: 0px; TOP: 0px;' when using FORM's AutoComplete */

img
{
	border: 0px;
}
