a:link { color: #CC0000; text-decoration: none;}
a:visited { color: #CC0000; text-decoration: none;}
a:hover { color: #CC0000; text-decoration: none;}
a:active { color: #CC0000; text-decoration: none;}

body {
	font: 80% "Trebuchet MS", Arial, Verdana, Sans-Serif;
	margin: 0px;
	padding: 0px;
	color:#999999;
	background-color: #121212;
	text-align: center;
}

#estrutura{
	position: relative;
	display: block;
	width: auto;
	height: 100%;
/*	border: solid #FF0000 1px; /*red*/
}

table, td, tr, p {
	font: 1em "Trebuchet MS", Arial, Verdana, Sans-Serif;
	color:#999999;
}

.bg_loja{
	background-color:#000000;
}

.titulo { 
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	font-size:1.2em;
	font-style: normal;
	color:#CC0000;
}

a.link:active { text-decoration:none;color: #FFFFFF;}
a.link:visited { text-decoration:none;color: #FFFFFF;}
a.link:link {text-decoration:none;color: #FFFFFF;}
a.link:hover {text-decoration: underline;color: #FFFFFF;}
.link { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 9pt; font-style: normal; color:#FFFFFF;line-height: 15px;word-spacing: 0px;}

.tit_download {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 15px;
	word-spacing: 0px;
}

.form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color:#999999;
	background-color:#000000;
	border: 1px solid #2C2C2C;
	line-height: 15px;
	word-spacing: 0px;
}

.texto {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color:#FFFFFF;
	line-height: 15px;
	word-spacing: 0px;
}

.error {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color:#FF0000;
	line-height: 15px;
	word-spacing: 0px;
}


