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: black;
	background: white;
}
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: "" "";
}
/* body */
body {
  background-color: #282828; /* #4392A4; */
  cursor: default;
}


/* Texto geral */
body, table, td {
  font:10px/18px Verdana, Arial, Helvetica, sans-serif;

  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #aaaaaa;

  overflow: auto;

  scrollbar-face-color: #1e1e1e;
  scrollbar-shadow-color: #1e1e1e;
  scrollbar-highlight-color: #1e1e1e;
  scrollbar-3dlight-color: #1e1e1e;
  scrollbar-darkshadow-color: #1e1e1e;
  scrollbar-track-color: #282828;
  scrollbar-arrow-color: #dc0063;
}


h1 {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;

	margin: 0px 0px 8px;
	padding: 0px;
	font-size: 25px;
	color: #555555;
}


h2 {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;

	margin: 0px;
	padding: 2px 8px;

	font-size: 10px;
	color: #888888;
}


h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
}


a {
  color: #dc0063;
  text-decoration: none;
}



input, textarea, select {
  font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #555555;
  background-color: #FFFFFF;
}

textarea {
  overflow: auto;
  border: 1px solid #B7D6F4;
}

.fielder {
  border: 1px solid #B7D6F4;
}


.btn {
  color: #7E7C7B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;

  border : 1px solid #BBBBBB;

  background-color: #EBEBEB;
  background-image: url(img/btnbg.gif);
  background-position: bottom left;
  background-repeat: repeat-x;

  padding: 1px 2px;
  cursor: pointer;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* MAIL FORM */

div#dwMailFormContainer {
	padding: 5px 0px 10px;
	text-align: center;
	line-height: 2.2em;
}

div#dwMailForm .fielder {
	border: 1px solid #B7D6F4;

	font-family: arial, helvetica, "Trebuchet MS", sans-serif;

	color: #666666;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
	padding: 3px 0px 3px 8px;
	margin: 4px 0px;

	height: 21px;
}

div#dwMailForm textarea.fielder {
	height: 80px;
}

div#dwMailForm .btn {
	padding: 1px 14px;
}

div#dwMailForm_loading {
	background-image: url('img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 10px;

	text-align: center;

	margin-top: 20px;
	padding-top: 50px;

	font-family: arial, helvetica, "Trebuchet MS", sans-serif;

	color: #777777;
	font-size: 15px;
	font-weight: bold;
}
/****/




ul {
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5em;
}

ul li {
	margin: 10px 0px;
}#pan {
	margin-top: 200px;
	width: 100%;

	padding: 100px 0px;
	text-align: center;

	background-image: url('img/bg1.gif');
}