/*###################### Html5 css Reset #############################*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-weight:inherit;
    /*vertical-align:baseline;*/
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: none; }

/*########### Generic styles ###############################################*/
body { font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;font-size: 15px; line-height: 22px; }

a { color: #666666; text-decoration: underline;  outline: none; }
a:hover { color: #999999 !important; }

li { list-style: none inside; }

h1 { font-size: 30px; line-height: 32px; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px; border-bottom: dotted 1px #ddd; color: #000000; }
h2 { font-size: 26px; line-height: 28px; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px; color: #000000; }
h3 { font-size: 24px; line-height: 26px; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px; color: #000000; }
h4 { font-size: 19px; line-height: 22px; margin-bottom: 5px; margin-top: 5px; color: #000000; }
p { margin-bottom: 10px; margin-top: 10px; color: #000000; }
blockquote { border-bottom: 1px dotted #ddd; border-top: 1px dotted #ddd; font-family: 'Oswald'; font-size: 24px; font-style: italic; line-height: 34px; margin-bottom: 20px; padding: 15px; }

ul,
ol { display: block; margin-top: 10px; margin-bottom: 10px; }
ul li { list-style: inside circle; padding-left: 20px; }
ol li { list-style: inside decimal; padding-left: 20px; }
table { font-size: 14px; line-height: 16px; margin-bottom: 10px; margin-top: 10px; text-align: left; width: 100%; }
table th { border-bottom: solid 1px #ddd; padding: 10px; font-weight: bold; }
table td { border-bottom: dotted 1px #ddd; padding: 10px; }
table td:nth-child(1),
table td:nth-child(2),
table td:nth-child(3) { width: 130px; }
table td:nth-child(4) { width: 170px; }


em,
i { font-style: italic; }
strong,
b,
label { font-weight: bold; }
u { text-decoration: underline; }