html
{
	height:100%; 
	/*overflow:auto; *//* triggers 100% height in Opera 9.5 */
	/*overflow-y:scroll;*/ /* creates a horizontal scrollbar, for a more consistent look & feel */
}

body { overflow-y: scroll; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, button {
	margin: 0; 
	padding: 0;
	border: 0;
}

:focus {  outline: 0; } 
:link,:visited { text-decoration:none }

input, select, textarea {  
     font-size: 100%;  
     font-family: inherit;  
}

img
{
	border:0; /* kills Gecko bug when img's are placed inside links */
	vertical-align:bottom; /* set vertical align to bottom for IE */
}

table, td, tr
{
	border-collapse: collapse;
	text-align: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

td, tr
{
    margin-left: auto;
    margin-right: auto;
}

ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}


ul li
{
	list-style: none;
}

caption, th { text-align: left; }

abbr, acronym { border: 0; }

button, a { cursor: pointer; }