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

html {
	background:url('../img/bg-html.png') repeat-x #eaeaea;
}

body {
	color:#555;
	font-family:"Helvetica Neue", Arial, Verdana;
	font-size:62.5%;
}

h1 {
	color:#181818;
	font-size:2.2em;
	margin:0 0 10px 0;
}

h2 {
	color:#181818;
	font-size:1.9em;
	margin:0 0 10px 0;
}

h3 {
	font-size: 1.5em;
	color:#181818;
	margin:0 0 10px 0;
}

h4, h5, h6 {
	font-size: 1.3em;
	color:#181818;
	margin:0 0 10px 0;

}

p {
	font-size:1.3em;
	line-height:1.3em;
	margin:0 0 10px 0;
}

ul {
	list-style:disc;
}

ol {
	list-style:decimal;
}

li {
	font-size:1.3em;
	line-height:1.3em;
}

a, a:active, a:visited {
	color:#00aebc;
}

a:hover {
	text-decoration:none;
}

table {
	margin:20px 0;
}

td {
	font-size:1.3em;
	padding:5px;
}

td p, td li, td h3, td h4, td h5, td h6, td td {
	font-size:inherit;
	font-size:1em;
	margin:0;
	padding:0;
}
ul li ul p{
	font-size: 1em;
}

