﻿body {
	padding: 0 auto;
	margin: 5px 0 0 0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #666666;
}

#divContent {
	width: 940px;
	margin: 0 auto;
	vertical-align: top;
}

#tdContent {
	width: 940px;
	height: 330px;
	margin: 0 auto;
	background-image:url('../images/background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: top;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #333333; 
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

.tabelaMenu {
	background-image:url('../images/fundo_menu.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.font_azul {
	font-size: 12px;
	font-family: tahoma, arial;
	color: #929FE2;
	font-weight: bold;
	word-spacing: 2px;
}

.font_azulClaro {
	font-size: 12px;
	height: 20px;
	font-family: tahoma, arial;
	color: #00A8E9;
	font-weight: normal; 
	letter-spacing: 2px;
}

.font_azulClaro2 {
	font-size: 12px;
	height: 20px;
	font-family: tahoma, arial;
	color: #00A8E9;
	font-weight: bold;
	letter-spacing: 2px;
}

.font_azulClaro3 {
	font-size: 11px;
	font-family: tahoma, arial;
	color: #00A8E9;
	font-weight: normal; 
	letter-spacing: 1px;
}

.font_azulClaro4 {
	font-size: 11px;
	font-family: tahoma, arial;
	color: #00A8E9;
	font-weight: bold;
	letter-spacing: 1px;
}

.font_padrao {
	font-size: 11px;
	height: 20px;
	font-family: tahoma, arial;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
}
.linkMenu:link	{
	font-size: 12px;
	font-family: tahoma, arial; 
	font-weight: bold;
	color: #929FE2;
	height: 15px;
	text-decoration: none;
	background: none;
}

.linkMenu:visited {
	font-size: 12px;
	font-family: tahoma, arial; 
	font-weight: bold;
	color: #929FE2;
	height: 15px;
	text-decoration: none;
	background: none;
}

.linkMenu:hover {
	font-size: 12px;
	font-family: tahoma, arial; 
	font-weight: bold;
	color: #929FE2;
	height: 15px;
	text-decoration: underline;
	background: none;
}

.ctrl {
	padding: 0 auto;
	margin: 0 auto;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	border:1px gray solid;
}

.ctrlblue {
	padding: 0 auto;
	margin: 0 auto;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	border:1px #bfdbee solid;
}

.ctrlnoborder {
	font-size: 11px;
	color: black;
	border: 0 transparent none;
}

.ctrlnobordergray {
	font-size: 11px;
	color: gray;
	border: 0 transparent none;
}

.button {
	font-size: 11px;
}

.errormessage {
	font-size: 11px;
	color: red;
}

.titulo {
	background-image:url('../pt-br/images/titulo.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:70px;
	padding-top:7px; 
	font-family: "Myriad Pro Cond", "Arial Narrow", Arial;
	font-size: 18px;
	color: #2f3c70;
	font-weight:bold;
	font-variant:small-caps;
	height:40px;
	display:block;
}

.aviso
{
	color:#ffffff;
	padding:4px;
	background-color:#00A8E9;
	display:block;
	text-align:center;
	font-size:16px;
	text-decoration:none;
}

.aviso strong
{
	color:#ffffff;
}

/* 50 anos */

.caixa_citacao
{
	padding:10px;
	border:#9CF solid 1px;
	background-color:#D8F5FE;
}

.caixa_titulo
{
	padding:10px;
	background-color:#069;
	color:#FFF;
	display:block;
}

.justificar
{
	display:block;
	text-align:justify;
}

