/*
VM2 - www.vm2.com.br
Cliente: Affinia - Nakata
Data: 31/07/2006
Autor: Fernando Sergio - fernando.sergio@vm2.com.br
*/

/*===Arquivos Adicionais===*/
@import url("estrutura.css");
@import url("internas.css");

/*===Reset===*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*===Tags Gerais===*/

/*Fonte e Backgrond geral*/
html {font-size: 62.5%;}		
body {font-family:Tahoma, Arial, sans-serif; font-size:1.0em; color:#767676; line-height:12px; background:url(../../images/geral/bg_geral.png) no-repeat top center}
h4{font-weight:bold; color:#09a4f7}
h4 a{color:#0073b0!important}

/*Reset Links*/
a {text-decoration: none;}
a:link, a:visited {text-decoration: none; color:#767676}
a:hover {text-decoration: underline;}

/*floats*/
.img-left      {float: left;}
.img-right     {float: right;}
.img-center    {display: block; margin: 0px auto 0px;}
.floatleft     {float: left;}
.floatright    {float: right;}
.noborder      {border: none !important;}
.nomargin	   {margin:0}
.clear         {clear: both;}
