

html, body { margin:0; padding:0; height:100%; }

ul, ol, dl { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
h1,h2,h3,h4,h5,h6,address { font-style:normal; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,embed,object,param
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none; }
embed,object,param { display:block; }
fieldset, input, textarea, select, option { background-color:#fff; }

input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}

a:focus, a:visited, a:active { outline: none; border:none; }

/* - adjusted clearfix for FI. Fixes IE6 min-height issues when clearfix is used on a div */
.clearfix:after { content:"."; display:block; height:0; width:100%; clear:both; visibility:hidden; }


.clear { clear:both; }