body{
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
table, td, tr, th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.conteudo{
	padding-top: 520px;
}
.conteudo_int{
	padding-top: 340px;
}
.tit01{
	width: 25%;
	/*padding-left: 10px;*/
	vertical-align: bottom;
}
.tit02{
	padding-left: 60px;
	vertical-align: bottom;
	xwidth: 1000px;
}
.titulos {
    font-size:14px;
	font-weight:bold;
}

.tabgeral{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
}

.tabvideo{
	background-image: url(imgs/tab_back_video.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width:255px;
}

.tabproduto{
	background-image: url(imgs/tab_back_video.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	width:250px;
}

.tab01{
	background-image: url(imgs/tab_back01.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	width:150px;
}
.tab02{
	background-image: url(imgs/tab_back02.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
.tab03 {
	background-image: url(imgs/tab_back02.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	width:150px;
	height:50px;
	
}
.tablog{
	background-image: url(imgs/tab_back_blog.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	/*width:150px;*/
}
.tablog a:link, .tablog a:visited, .tabgeral a:link, .tabgeral a:visited{
	color: #CB4F75;
	text-decoration: none;
}
.tablog a:hover, .tabgeral a:hover{
	color: #CB4F75;
	text-decoration: underline;
}
.tab01 a:link, .tab01 a:visited, .tab02 a:link, .tab02 a:visited{
	color: #666666;
	text-decoration: none;
}
.tab01 a:hover, .tab02 a:hover{
	color: #666666;
	text-decoration: underline;
}
.tab01 img, .tab02 img, .tablog img, .tabgeral img{
	border: solid #ffffff 1px;
}
.rodape{
	background-image: url(imgs/rodape_back.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.rodape TD, .rodape TD a:link, .rodape TD a:visited{
	color: #271768;
	font-size: 10px;
	text-decoration: none;
}
.rodape TD a:hover{
	color: #271768;
	font-size: 10px;
	text-decoration: underline;
}

a:link,a:visited {
	color: #9900CC;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #CC66CC;
	text-decoration:underline;
	font-weight:bold;
}