/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color:#000000;
}
.bold {
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	color: #333333;
}
.bold_right {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #006666;
	text-align: right;
}
.bold_right2 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
}
/*
temporario para bts encontros activo
*/
.bold_bts{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #993333;
	text-align: left;
}
/*
temporario para bts encontros inactivo
*/
.bold_bts_inactivo{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #006666;
	text-align: left;
}

.descricao {
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
}
.descricao2 {
	font-size: 10px;
	line-height: 18px;
	color: #006666;
	text-align: justify;
}
.vermelho {
	font-size: 10px;
	line-height: 18px;
	color: #993333;
	text-align: justify;
}

.imagens {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	border-color: #99FF00;
}


body {font-family: Verdana, sans-serif;
font-size: 11px;
color:#CCCCCC;
line-height: 11px;
padding: 3px;}
a:link {
	text-decoration: none;
	color: #993333;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #006666;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
