/****************************************** Main *******************************************/
HTML, BODY, FORM
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
HTML
{
	background-color: #616161;
	background-image: url(../_Images/bgHexPattern.gif);
	background-position: top;
	background-repeat: repeat;
}
BODY {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	background-image: url(../_Images/bgHexGradientPattern.gif);
	background-position: top;
	background-repeat: repeat-x;
