/* ESTILOS CSS PARA STRAIGHT-EDGE FAQ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	background-color: #009966;

}

.bg-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	background-color: #FFFFFF;

}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008040;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF0000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	background-color: #FFFFFF;

}
img {
	margin-top: 10;
	margin-left: 10;
	margin-bottom: 10;
}
.noimage {
	background-image: url(imgs/180x180.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	/* background-color: #000000; */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	margin-top: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	margin-top: 10px;
	margin-left: 30px;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin-left: 30px;
}

.tdlateralesq {
	/* background-image: url(imgs/bg_td_lateral_esq.gif); 
	background-repeat: repeat-y;
	background-position: center top; */
	background-color: #FFFFFF;
}
.tdlateraldir {
	/* background-image: url(imgs/bg_td_lateral_dir.gif);
	background-repeat: repeat-y;
	background-position: center top; */
	background-color: #FFFFFF;
}
.tdblack {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
.logo {
	background-image: url(imgs/sxefaqbanner.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
	width: 800px;
	margin-top: 10px;
	margin-left: 30px;

}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
.iframe {
	scrollbar-face-color: #FF9900;
	scrollbar-shadow-color: #FF9900;
	scrollbar-highlight-color: #FF9900;
	scrollbar-3dlight-color: #FF9900;
	scrollbar-darkshadow-color: #FF9900;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FF9900;
}

.copyleft {
	background-color: lightGreen;
	}