﻿html, body, a, div, form, p, ul, li, table, tr, td, img, h1, h2, span
{
	border: 0px;
    margin: 0px;
    padding: 0px;
}

html, body 
{
	background: transparent;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    line-height: 1.3em;
}

ul 
{
    list-style: none;
}

table 
{
	/*border-collapse: collapse;
	border-spacing: 0px;*/
}

div.clear-fix
{
	overflow : auto;
}