/*Reset by Eric Meyer. Thank you very much, Eric*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:visited, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*End of Eric Meyer's code*/

html, height {
	height: 100%;
}
body {
	width: 100%;
	min-height:100%;
	height: 100%;
	font: 62.5% Arial, Tahoma, Verdana, sans-serif;
	background: #d9dcde;
}
strong {
	font-weight: bolder;
}
.pere {
	clear: both;
	height:0;
	overflow:hidden;
}
h2 {
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1em;
	margin-bottom: 6px;
	padding-left: 40px;
	clear: both;
}
dl {
	font-size: 1.4em;
	float: left;
	width: 530px;
	display: block;
	padding-left: 40px;
	padding-bottom: 30px;
}
dt {
	width: 340px;
	float: left;
	background: url(../images/dot.jpg) repeat-x left bottom;
	clear: both;
	padding-top: 10px;
}
dd {
	display: block;
	white-space: nowrap;
	padding-top: 10px;
}
