﻿html, body
{
    height:auto !important; /* FF and compliant browsers should automatically size the body/html */        
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */        
    min-height:100%;
}

body, div, p, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, dl, dt, dd
{
margin:0 0 0 0;
padding:0;
}
table
{
	border-collapse:collapse;border-spacing:0;
}
fieldset,img
{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}
li
{
	list-style:none;
}
caption,th
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}

a
{
 text-decoration: none; 	
}

html
{
	height:100%;
    height:100% !important;
    min-height:100%;	
}
