html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}
p, dl {margin-top: 0;}
ul {
    list-style-type: disc;
    margin-top:1em;
    margin-bottom:1em;
    padding-left:40px;
}
ol {
    list-style-type: decimal;
    margin-top:1em;
    margin-bottom:1em;
    padding-left:40px;
}

dd {
    margin-left:40px;
}
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
    margin-top: 0;
    margin-bottom: 0;
}
ol ul,
ul ul {
    list-style-type: circle;
}
ol ol ul,
ol ul ul, 
ul ol ul,
ul ul ul {
    list-style-type: square;
}
abbr,
acronym {
    border-bottom: dotted 1px;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: top;
    position: relative;
    top: -4px;
    font-size: smaller;
}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
big {font-size: larger;}
small {font-size: smaller;}
fieldset {
    border-width:1px;
    border-color:#7c7b7d;
    border-style:solid;
    margin:0 2px;
    padding-top:5px;
    padding-bottom:12px;
    padding-left:10px;
    padding-right:10px;
}
table {
    border-spacing: 0px;
    border-collapse: separate;
}
tr, tbody, thead, tfoot {vertical-align: td;}
td {
    vertical-align: inherit;
    text-align: inherit; 
    padding-top:1px;
    padding-bottom:1px;
    padding-left:1px;
    padding-right:1px;
}

th {
    vertical-align: inherit;
    font-weight: bold;
    font-family: UnitusTBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:1px;
    padding-right:1px;
}

a img {
	border: none;
}
