/* @file reset.css */
html, body {
    margin: 0px;
    background-color: transparent;
}

ul, li {
    margin: 0px;
    outline: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

body, td, th, textarea, h1, h2, h3, h4, h5, h6 {
	font: 83% "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
}
ol, ul {
	list-style: none;
}
.html ol, .html ul {
	list-style-type: disc;
	margin-left: 30px;
}
.html ol {
	list-style-type: decimal;
}
.html ol li, .html ul li {
	padding: 5px 0px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
p {
	padding-bottom: 1em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
/* @end */


