BODY {
	font-size: 14px;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
TD {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.sublink{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #F2E9D0;
}
.vidplay{
	padding-top: 12px;
	padding-bottom: 12px;
	background: #0C0C0C;
}
.tdmenu{
	padding-left: 5px;
	padding-right: 5px;
}
.space1{
	padding:7px;
}
.space2{
	padding:5px;
}
.bt3{
	padding-bottom: 3%;
}
.bordb0{
	border: 2px solid White;
}
.bordb0b{
	border: 2px solid Black;
}
.bordb1{
	border: 2px solid #E0EBE0;
}
.boxtpesquisa{
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: BurlyWood;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid BurlyWood;
	text-indent: 0em;
}
.boxpesquisa{
	text-align: left;
	vertical-align: top;
	border: 2px solid BurlyWood;
	padding: 0px
}
.boxtlink1{
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #E0EBE0;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid #E0EBE0;
	text-indent: 0em;
}
.boxlink1{
	text-align: left;
	vertical-align: top;
	border: 2px solid #eaf2ea;
	padding: 0px
}
.bordb2{
	border: 2px solid #E6E7F7;
}
.boxtlink2{
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #E6E7F7;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid #E6E7F7;
	text-indent: 0em;
}
.boxlink2{
	text-align: left;
	vertical-align: top;
	border: 2px solid #E6E7F7;
	padding: 0px
}
.bordb3{
	border: 2px solid #ECE9D8;
}
.boxtlink3{
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #ECE9D8;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid #ECE9D8;
	text-indent: 0em;
}
.boxlink3{
	text-align: left;
	vertical-align: top;
	border: 2px solid #ECE9D8;
	padding: 0px
}
.bordb4{
	border: 2px solid #EDE4E4;
}
.boxtlink4{
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #EDE4E4;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid #EDE4E4;
	text-indent: 0em;
}
.boxlink4{
	text-align: left;
	vertical-align: top;
	border: 2px solid #EDE4E4;
	padding: 0px
}
.bordb5{
	border: 2px solid #F2E9D0;
}
.boxtlink5{
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #F2E9D0;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid #F2E9D0;
	text-indent: 0em;
}
.boxlink5{
	text-align: left;
	vertical-align: top;
	border: 2px solid #F2E9D0;
	padding: 0px
}

/*LI {
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial
}*/

/*Configurações Padrões - Menu*/
ul.menu, .menu li, .menu a{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
ul.menu ul{
	position:absolute;
	display:none;
	box-shadow:3px 3px 2px #333;}
	

/* Configurações nivel 1 - Menu*/
ul.menu{
	float: left;
	font-size: 13px;
	padding: 0 px;
}


.menu li{
	float:left;
	width:auto;
	position:relative;
}

.menu li a{
	display:block;
	padding:0 12px;
	line-height:23px;
	height:23px;
	float:left;
	transition:all 0.1s linear;
}

/* Configurações nivel 2 - Menu*/
.menu li:hover > ul.submenu-1{
	display:block;
	top:23px;
	left:0;
	padding:0px;
	width:240px;
}
.menu ul.submenu-1 a{
	width:216px;
	padding:0 12px;
}

/* Configurações nivel 2 - Menu*/
.menu li:hover > ul.submenu-2{
	display:block;
	top:0;
	left:240px;
	padding:0px;
	width:274px;
}
.menu ul.submenu-2 a{
	width:250px;
	padding:0 12px;
}

/* Configurações nivel 3 - Menu*/
.menu li:hover > ul.submenu-3{
	display:block;
	top:0;
	left:274px;
	padding:0px;
	width:234px;
}
.menu ul.submenu-3 a{
	width:210px;
	padding:0 12px;
}


/*Configurações de cores - Menu*/

/*nivel 1 - Menu*/
.menu{ background: Black;}
.menu a{
	color: White;
	font: 14px;
}
.menu li:hover > a{
	background: #777;
	color: Yellow;
}

/*nivel 2 - Menu*/
.submenu-1{ background:#777;}
.submenu-1 a{color:#fff;}
.submenu-1 li:hover > a{ background:#555; }

/*nivel 3 - Menu*/
.submenu-2{ background:#555;}
.submenu-2 a{color:#fff;}
.submenu-2 li:hover > a{ background:#333; }

/*nivel 4 - Menu*/
.submenu-3{ background:#333;}
.submenu-3 a{color:#fff;}
.submenu-3 li:hover > a{ background:#000; }

/*CSS anterior*/

A {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
   COLOR: #0000ff;
}
A.apost {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #0000ff;
}
a.atpost {
	font-size: 18px;
	COLOR: Black;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}
a.appost {
	font-size: 18px;
	COLOR: Silver;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}

a.allink {
	FONT-WEIGHT: lighter;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', Serif;
}
a.aplay {
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a.aplay1 {
	COLOR: Yellow;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a.aplay2 {
	COLOR: Aqua;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a.aplay3 {
	COLOR: #303030;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
p.cbib{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
	color: White;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-indent: 0em;
}
p.tplay{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: White;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: 1em;
}
p.tplay1{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style: italic;
	color: White;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: 2em;
}
p.tplay2{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: White;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-indent: 1em;
}
p.ttplay{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: Silver;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 16px;
   text-indent: 0em;
}
p.destaques{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
   text-indent: 0em;
}
p.ew1{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #B22222;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-indent: 0em;
}
p.ew2{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8B0000;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-indent: 0em;
}
p.ew3{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
   text-indent: 3em;
}
p.ew4{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	text-indent: 3em;
}
p.txplay{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B2B2B2;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 14px;
	text-indent: 3em;
}
a.alinkini {
	FONT-WEIGHT: bolder;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a.slink {
	font-size: 18px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
A:hover {
	COLOR: #ff6600; TEXT-DECORATION: none
}
A.atpost:hover {
	COLOR: Red;
	text-decoration: none;
}
A.bold {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt
}
A.small {
	FONT-SIZE: 10px
}
A.newsgroup {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #0850a0; TEXT-DECORATION: none
}
A.newsgroup:hover {
	COLOR: #ff6600; TEXT-DECORATION: none
}

#picture {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

#pictureor1 {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 3px;
	padding: 0px;
}

#pictureor2 {
	float: right;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
#picturepag {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 3px;
	padding: 0px;
}
#picturecap {
	float: right;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#pictureliv {
	float: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

h3 { clear: both; }

figure { width: 100%; min-width: 17.5em; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
.boxVideo {
    position: relative;
    padding-bottom: 52.75%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*CSS MENU anterior*/
A.toolbar {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ffffff; TEXT-DECORATION: none
}
A.toolbar:hover {
	FONT-WEIGHT: bold; COLOR: #00ffff; TEXT-DECORATION: none
}
A.menu {
	FONT-WEIGHT: bold; TEXT-DECORATION: none; 0000aa: #201460
}
A.menu:hover {
	FONT-WEIGHT: bold; COLOR: #ff6600; TEXT-DECORATION: none
}
A.gateway {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none
}
A.gateway:hover {
	FONT-WEIGHT: bold; COLOR: #ff6600; TEXT-DECORATION: none
}
A.link:hover {
	FONT-SIZE: 8pt; COLOR: #800000; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
A.link {
	FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
A.cat {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; FONT-FAMILY: Tahoma
}
A.subcat {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Tahoma
}
A.trail {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Tahoma
}
p {
   text-indent: 3em;
}
p.zero, p.title, p.subtitle, p.observ, p.textbib, p.textbibold, p.linkmid {
   text-indent: 0em;
}
p.llink{
   font-size: 14px;
   font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', Serif;
	font-style: italic;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-indent: 1em;
}
p.tllink{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #D2691E;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
	text-indent: 1em;
}
p.tllink1{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #D2691E;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: 0em;
}
p.tllink2{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #E9A673;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 10px;
	text-indent: 0em;
}
p.tllink3{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #D2691E;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 15px;
	text-indent: 1em;
}
p.linkini{
   font-size: 16px;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	text-indent: 1em;
}
p.tpost{
   font-size: 18px;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 9px;
	text-indent: 0em;
}
p.post{
   font-size: 12px;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 8px;
	text-indent: 0em;
}
p.apresent{
	font-size: 14px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: White;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-indent: 2em;
}
p.autor{
	font-size: 12px;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', Serif;
	color: #2F4F4F;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: 0em;
}
p.textbib2 {
	text-indent: 3em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #008080;
	font-weight: bold;
	font-style: italic;
}
p.data {
	text-indent: 1em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
	font-style: italic;
}
p.video {
	text-indent: 3em;
	margin: 15px 0px 15px 15px;
}
p.tab {
	text-indent: 3em;
	margin: 10px 10px 10px 10px;
}
p.vidsubtt {
   font-size: 28px;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: Silver;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	text-indent: 1em;

}
hr.vidsubth {
	margin: 10px 10px 5px 32px;
}
hr.divtext {
	margin: 25px 5px 15px 5px;
}
blockquote.line {
}
INPUT.mini {
	FONT-SIZE: 10px; FONT-FAMILY: Arial; vspace: 5; hspace: 5
}
IFRAME.external {
	WIDTH: 100%; HEIGHT: 600px
}
