html {
	overflow-x: hidden;
	}	
@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
body         {
	font-size:11px;
	/*	margin: 5pt; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	/*	vertical-align: top; */
	color: #000000;
	/* background-color: #FFFFFF; */
	background-image: url(images/fundo2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position: center center;
	margin-top: 0px;
	/*
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
*/
}
p {font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:18px;margin: 0pt; text-align:justify }

.center {text-align:center}
.right {text-align:right}
.tab-linha  {
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tab-linha-completa  {
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	border-right-width: thin;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	padding: 10px;
}
ul,ol,li   { font-family: Verdana, Arial, Helvetica, sans-serif; margin-left:5px; margin-top:0; margin-bottom:0; text-align: justify ; line-height: normal;font-size:12px;}
.ul-esquerda, .li-esquerda   { font-family: Verdana, Arial, Helvetica, sans-serif; margin-left:-5px; margin-top:0; margin-bottom:0; text-align: justify ; line-height: 20px;font-size:11px;}
.li-normal   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-top:0;
	margin-bottom:5px;
	text-align: justify;
	line-height: 16px;
	font-size:12px;
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0px;
	margin-right: 0px;
}

A:link       { color: #000000; text-decoration:none;}
A:visited    { color: #000000; text-decoration:none;}
A:hover      { color: #ff0000; text-decoration:underline; }
A:active     { color: #ffffff; text-decoration:none; }

A.branco {color:#FFFFFF}
A.branco:link {color:#FFFFFF}
A.branco:hover {color:#FFFFFF;text-decoration:underline}
A.branco:visited {color:#FFFFFF;text-decoration:none}
A.branco:active {color:#FFFFFF;text-decoration:underline}

A.menu       {
	color: #000000;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFF;
	padding-top: 2px; padding-bottom: 2px; display:block; width:100%
}
A.menu:link       { color: #000000; text-decoration:none; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; display:block; width:100%}
A.menu:visited    { color: #000000; text-decoration:none; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; display:block; width:100%}
A.menu:hover      { color: #FFFFFF; text-decoration:none; background-color: #ff0000; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; display:block; width:100%}
A.menu:active     { color: #000000; text-decoration:none; background-color: #FF0000; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; display:block; width:100%}

.topico{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	/* font-style: italic; */
	line-height: 25px;
	font-variant: normal;
	padding: 5px;
	color: #FFF;
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);	

	/*text-shadow: gray 0.2em 0.2em 0.2em;*/
	/* display: none; */
  /* For IE 8 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666')"; */
  /* For IE 5.5 - 7 */
 /*  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666'); */
	/* height:12; */
}
.tab-topico {
	background-image:url(images/fundo-topico.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);	
	
}
.branco {
	color: #FFF;
}

SPAN.SpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
 /*white-space: nowrap;*/
  font-size: 12px;
  
  text-shadow: gray 0.1em 0.1em 0.1em;

  /* display: none; */
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666');
  height:12;
}
.paragrafo,li { text-indent: 15pt; margin-bottom: 10px; line-height: 16px; text-align: justify;}
.pergunta {
	text-indent: 15pt;
	line-height: 12px;
	text-align: justify;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.resposta {
	text-indent: 15pt;
	margin-bottom: 10px;
	line-height: normal;
	text-align: justify;
}
.td-normal {
	border:1;outline:none;margin:0;
	padding:1;
}
