HTML {
	OVERFLOW-X: auto;
}
/*body******************************************************************/
body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	background-color: white;
	padding:0px;
}

ul,ol,form,hr{margin:0; padding:0}

/*link******************************************************************/
a:link {
	color: #000000; text-decoration: none;
}
a:visited {
	color: #333333; text-decoration: none;
}
a:hover {
	color: #2B529B; text-decoration: none;
}
a:active {
	color: #660066; text-decoration: none;
}
.tablediv { 
display:  table; 
width:100%; 
border:0px; 
border-spacing:0px;/*cellspacing:poor IE support for  this*/ 
border-collapse:separate; 
} 
.tablediv div  { 
display:  table-row; 
width:auto; 
} 
.tablediv div div{ 
float:left;/*fix for  buggy browsers*/ 
display:  table-cell; 
width:90%;
} 

