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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    font-size: 100%;
	font-style:normal;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table td {vertical-align:top}
a img {border:0}
a {text-decoration:none}
a:hover, a:focus, a:active, u {text-decoration:underline}
a:focus, a:active {outline:none}
:focus {-moz-outline-style:none}
em, i{font-style:italic}
ul { 
	/* list-style:inside;
	padding: 0 15px;; */
	padding: 0 0 0 30px;
}
ol {
	/*list-style:decimal inside none;*/
	padding: 0 0 0 15px;
}

li{
	margin: 0 0 3px 0;
}