/*
* Tino Gomes CSS Reset
*/
* {
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #000;
	font: 14px sans-serif;
	line-height: 1.6;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
pre,code,tt,samp,kbd {
	font-family: 'Lucida Console','Courier new',monospace;
}
em,i,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
blockquote {
	margin: 0 1.5em;
	border-left: 3px solid #ccc;
	padding-left: 10px;
}
cite {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	width: 100%;
}
th,thead,caption {
	font-weight: bold;
}
th,td {
	padding: 4px;
}
tfoot,caption {
	font-style: italic;
}
abbr,acronym {
	border-bottom: 1px dotted;
}
address {
	font-style: italic;
}
sup,sub {
	line-height: 0;
}
a,a:link,a:hover,a:visited {
	text-decoration: underline;
	color: #00C;
}
ul,ol {
	list-style-position: inside;
	margin-left: 1.5em;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-latin;
}
ol ol ol {
	list-style-type: lower-roman;
}
/*
* End of Tino Gomes CSS Reset
*/
