/*************************************
* Main Styles for HTML Page
**************************************/
html {
	margin			: 0px;	
	padding			: 0px;
	border			: none;
	
	width			: 100%;
	height			: 100%;
	 
	/*display 		: block;*/
	/*overflow		: auto;*/
/*
	overflow-x		: hidden;
	overflow-y		: auto;
*/	
}
body {
	margin			: 0px;
	margin-left		: auto;
	margin-right	: auto;
	padding			: 0px;
	border			: none;

	font-family		: Verdana, Arial, Helvetica, sans-serif;
	
	color           	: #666666;
	
	background		: #ffffff;
			
/*
	min-width		: 1012px;
	width 			: 99.5%;
*/
	width 			: 1024px;
	height			: 99.5%;

	/*display 		: block;*/
	overflow		: visible;
}

/*************************************
* Global link styles
**************************************/
a {
	color		: #666666;
}

a:visited {
	color		: #666666;
}
/*************************************
* Site Container Styles
**************************************/
.PageDiv
{	margin          : 0px;
	margin-left	: auto;
	margin-right	: auto;
 	padding         : 2px;
 	border          : none;
 		
 	text-align      : center;
 	
 	/*width 		: 900px;*/
 	width 		: 99%;
 	height		: 100%;
 	
 	overflow    : visible;
 	
 	position    : relative;
}
.PageHeaderTable 
{	margin          : 0px;
 	padding         : 0px;
	border          : none;
	
 	width		: 100%;
 	height		: auto;
 	
 	position	: relative;
}
.PageMainTable 
{	margin          : 0px;
 	padding         : 0px;
	border          : none;
	
 	width		: 99%;
 	height		: auto;
 	
 	position	: relative;
}
.PageFooterTable 
{	margin          : 0px;
 	padding         : 0px;
	border          : none;
	
 	width		: 100%;
 	height		: auto;
 	
 	position	: relative;
}