/* atribue parâmetros a todas as páginas */ 
body {
	background-color: #FFF;
}

/* ############################################## */
/* Atribue a todas as páginas */
/* ############################################## */

* {
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: auto;
	/*width: 770px;*/
	
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #BAE2CB;
	scrollbar-3dlight-color: #FAFAFA;
	scrollbar-darkshadow-color: #95D5FF;
	scrollbar-shadow-color: #D5D5D5;
	scrollbar-arrow-color: BLUE;
	scrollbar-track-color: #F0F0F0;
}

/* ############################################## */
/* ..Todos os textos da index (com link).. */
/* ############################################## */

.texto_index {
	font-family: Verdana;
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
.texto_index a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
.texto_index a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
.texto_index a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
.texto_index a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}

/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */

.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.texto a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#0000FF;
	text-decoration: none;
}
.texto a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}
.texto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
.texto a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}

/* ############################################## */
/* ..Outros.. */
/* ############################################## */

.texto_destaque {
	font-weight:600;
	font-family: Verdana;
	font-size: 13px;
	color: #6E6E6E;
	text-decoration: none;
}

.texto_branco {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.titulo {
	font-weight:600;
	font-family: Verdana;
	font-size: 12px;
	color: #2A1863;
	text-decoration: none;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border:1px #CCCCCC solid;
}

.borda_img {
	border: 1px solid #7F7F7F;
}

.link_mais a:link {
	font-weight:700;
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.link_mais a:visited {
	font-weight:700;
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.link_mais a:hover {
	font-weight:700;
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.link_mais a:active {
	font-weight:700;
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.busca{
	background-color:#F2F8FF;
	color:#000;
	border: 1px solid #CCCCCC;
}

.tabelinha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.tabelinha_cabecalho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.monte_bike_tabela_news {
	border: 1px solid #333;
	background-color: #FFFFE6;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.logout {
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}

.monte_bike_lista {
	border: 1px solid #333;
}

.linha_fundo {
	border-bottom:1px solid #CCCCCC;
}