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, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	outline: 0;
	font-size: 100%;
	}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
html, body { 
	line-height: 1;
	}
img {
	border:0;
	}
button, input {
	overflow:visible;
	}
table {
	border-spacing: 0;
	border-collapse:collapse;
	}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
caption, th, td {
text-align:left;
}
th {
font-weight:normal;
}
h1 {
	font-size:36px;
	margin-bottom:25px;
	font-weight: normal;
    color:#333;
    line-height: 0.9em;
	}
h2 {
	font-size:30px;
	margin-bottom:20px;
	font-weight: normal;
    color:#333;
	}
h3 {
    font-size:26px;
	margin-bottom:15px;
	font-weight: normal;
    color:#333;
	}
h4 {
	font-size:1.3em;
    margin-bottom: 15px;
    color:#333;
	}
h5 {
	font-size:1.2em;
	margin-bottom:10px;
    color:#333;
	}
h6 {
	font-size:1em;
	margin-bottom:10px;    
	color:#333;
	}
ol li {
	list-style-type:decimal;
	}
ol, ul {
	margin-bottom:1.5em;
	}
ol li, 
ul li {
	margin-bottom:.3em;
	}
ol li li, 
ul li li {
	margin-bottom:.2em;
	}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom:1em;
	}
ul {
    margin:0;
    padding:0;
    }
ul li {
    list-style-type:none;
    padding:0;
    margin:0;
    }
p {
    margin-bottom:20px;
    }
caption {
	clear:both;
	text-align:left;
	font-weight:bold;
	}	
input,textarea{
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
}