@charset "UTF-8";
/* CSS Reset By Carlos Fachini */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline:none;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
p, a, input, li, blockquote, textarea, font {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
img, iframe {
	border: none;
	text-decoration: none;
}
imput, textarea {
	resize:none;
}
a {
	text-decoration:underline;
	color:#925F95;
	font-size:12px;
}
a:hover {
	text-decoration:none;
	color:#925F95;
}
.clear {
	clear: both;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
body *::-moz-selection {
 background:#004f54;
 color:#fff;
}
body ::selection {
	background:#004F54;
	color:#fff;
}

sup, sub{
	font-size: 12px;
}
