/*Condensed reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}



/*RESET VALUES*/
h1 {
    font-weight:600;
    font-size:2em; /* 24pt 	32px 	2em 	200% */
}
h2 {
    font-weight:600;
    font-size:1.5em; /* 18pt 	24px 	1.5em 	150% */
}
h3 {
    font-weight:600;
    font-size:1.2em; /* 14pt 	19px 	1.2em 	120% */
}
h4 {
    font-weight:600;
    font-size:1em; /* 12pt 	16px 	1em 	100% */
}
h5 {
    font-weight:600;
    font-size:0.8em; /* 10pt 	13px 	0.8em 	80% */
}
h6 {
    font-weight:600;
    font-size:0.7em; /* 8pt 	11px 	0.7em 	70% */
}

ol, ul {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0px;
    margin-left:15px;
}
ol {
    list-style-type:decimal;
}
ul {
    display:block;
    list-style-type:disc;
}
li {
    display:list-item;
    padding:0px;
}
strong {
    font-weight:600;
}

