/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx                                                         
                   Lucas Ferreira - lucasferr@gmail.com         
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size:11px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #efefef;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #efefef;
	scrollbar-arrow-color: #12468D;
	scrollbar-track-color: #f3f3f3;
	background-color: #EAEAEA;
}
body a:link { color:#000000 ; text-decoration:none }
body a:active {color:#000000 ; text-decoration:underline }
body a:visited { color:#000000 ; text-decoration:none }
body a:hover { color:#000000 ; text-decoration:underline;
}

/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                      Peças Gerais
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

.TxtBasico {
	font-size:11px;
	padding-left:4px;
	padding-right:4px;
	font-family: verdana;
	line-height: 25px;
}
.TxtBasicoB { font-size:11px}
.TxtBasicoB  a:link { color:#000000 ; text-decoration:none }
.TxtBasicoB  a:active {color:#000000 ; text-decoration:underline }
.TxtBasicoB  a:visited { color:#000000 ; text-decoration:none }
.TxtBasicoB  a:hover { color:#000000 ; text-decoration:underline;}

.TxtTitulo { font-size:11px; color:#990000; font-weight:bold;}

.caixaPadrao {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color:#ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9999A2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9999A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8E2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8E2;
	padding: 2;
}

.botaoPadrao {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	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-right-color: #9999A2;
	border-bottom-color: #9999A2;
	border-top-color: #D8D8E2;
	border-left-color: #D8D8E2;
	cursor: hand;
}
.bgConteudo {
	background-image: url(../img/bg_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgDedrade {
	background-image: url(../img/bg_Fundo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
