/*
VM2 - www.vm2.com.br
Cliente: Praxxis
Data: 12/09/2008

*/

/*===Import CSS===*/
@import url("reset.css");
@import url("estrutura.css");
@import url("internas.css");


/*===Tags Gerais===*/

/*Font, Background geral*/
html {font-size:100%}		
body {font-family:Verdana, Helvetica, sans-serif; font-size:0.75em; color:#666666; background:url(../../images/estrutura/bg_top.jpg) repeat-x}



/*Reset Links*/
a {text-decoration: none; color:#e77620}
a:link, a:visited {text-decoration: none; color:#e77620}
a:hover { text-decoration:underline; color:#00477d}

/*Config paragraph*/
p{margin-bottom:12px; line-height:17px;}

/*Config Forms*/
input, select, textarea {font: normal 11px Tahoma; border:1px solid #d7d7d7; color:#666}
input.button{border:0!important}
dt {text-align:right; width:auto; float:left; margin-right:10px}
/*ul li{ line-height:17px;}*/
/*All floats*/
.img-left, .left	{float: left;}
.img-left			{margin-right:10px}
.img-right, .right	{float: right;}
.img-right			{margin-left:10px}
.img-center    		{display: block; margin: 10px auto 10px;}
.noborder 	        {border: none !important;}
.nomargin	  	    {margin:0!important}
.clear         	    {clear: both}

img, div, input,li, h2, h3, h4, h1, a, ol, ul, table, td, tr { behavior: url("includes/css/iepngfix.htc") }
