/*----------------------------------------------------------------------------------------------------

	*Filename:				reset.css
	*Description:			CSS Reset
	*Version:				v1.0 (2008/02/12)
	*Website:				http://meyerweb.com/eric/tools/css/reset/
	*Author:				Eric A. Meyer
	*Edited:				Ronaldo Bitencourt

----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* EDITED BY RONALDO BITENCOURT */
small {
	font-size:85%;
}
big {
	font-size:115%;
}

.m-l-1 { margin-left:10px; }
.m-l-2 { margin-left:20px; }
.m-l-3 { margin-left:30px; }
.m-l-4 { margin-left:40px; }
.m-l-5 { margin-left:50px; }
.m-r-1 { margin-right:10px; }
.m-r-2 { margin-right:20px; }
.m-r-3 { margin-right:30px; }
.m-r-4 { margin-right:40px; }
.m-r-5 { margin-right:50px; }

.p-l-1 { padding-left:10px; }
.p-l-2 { padding-left:20px; }
.p-l-3 { padding-left:30px; }
.p-l-4 { padding-left:40px; }
.p-l-5 { padding-left:50px; }
.p-r-1 { padding-right:10px; }
.p-r-2 { padding-right:20px; }
.p-r-3 { padding-right:30px; }
.p-r-4 { padding-right:40px; }
.p-r-5 { padding-right:50px; }


.m-t-1 { margin-top:10px; }
.m-t-2 { margin-top:20px; }
.m-t-3 { margin-top:30px; }
.m-t-4 { margin-top:40px; }
.m-t-5 { margin-top:50px; }
.m-b-1 { margin-bottom:10px; }
.m-b-2 { margin-bottom:20px; }
.m-b-3 { margin-bottom:30px; }
.m-b-4 { margin-bottom:40px; }
.m-b-5 { margin-bottom:50px; }

.p-t-1 { padding-top:10px; }
.p-t-2 { padding-top:20px; }
.p-t-3 { padding-top:30px; }
.p-t-4 { padding-top:40px; }
.p-t-5 { padding-top:50px; }
.p-b-1 { padding-bottom:10px; }
.p-b-2 { padding-bottom:20px; }
.p-b-3 { padding-bottom:30px; }
.p-b-4 { padding-bottom:40px; }
.p-b-5 { padding-bottom:50px; }