﻿/* --------------------------------- */
/* Classes da Página Default         */
/* --------------------------------- */
.body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Titulo
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0066A4;
}
          
.Titulo a  
{
	font: Tahoma; 
    color: #0066A4; 
    text-decoration: none; 
    text-align: center; 
    padding: 2px 5px; 
    margin:0
}
            
.Titulo a:hover  
{
	color: #0066A4;
	text-decoration: underline
}

.Texto
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #0066A4;
	width: 300px;
	text-align: left;
	vertical-align: top;
}

.TextoLoja
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #0066A4;
	width: 200px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #0066A4;
}

.BotaoLoja
{
	width: 310px;
	vertical-align: top;
	text-align: left;
	height: 147px;
}

.FlashLoja
{
	width: 346px;
	vertical-align: top;
	text-align: right;
}

/* --------------------------------- */
/* Classes da Newsletter             */
/* --------------------------------- */

.NewsLabel
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

.NewsLabelInfo
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

.NewsTxt
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #0066A4;
}

.NewsBotao

{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #0066A4;
	
}

.NewsAlerta 
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: red;
}

.NewsTabela
{
border:0;
border-spacing:0;
width:520;
height:800;

}
/* 
--------------------------------- 
Estilo da Janela Modal
--------------------------------- 
*/

#simplemodal-overlay 
{
 background-color:#0F2C72;
 cursor:wait;
}

#simplemodal-container 
{
background-color:#0F2C72; 
height:615;
padding:0;
width:940;

}

/* 
--------------------------------- 
Botão Fechar do Modal
--------------------------------- 
*/
.fechar {
    background-color:#0F2C72; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
