			/*
			global
			criado: andre 
			*/
body  	{
			font-family: "arial", helvetica, sans-serif;
			font-size:12px;
			padding:0;
			margin:0;
	  		}
			
/* adições do fábio */
dfn { font-variant: small-caps; letter-spacing: 0.1em; font-style: normal; cursor: help; border-bottom: 1px dotted #ffffff; }
/* fim das adições do fábio */

table, input, 
select, textarea,
div, button, p, label
			{	
			font-size: 1em;
			}
			
h1, h2, h3, 
h4, h5	{	
			display: inline;
			padding :0px;
			margin :0px;
			}
h1			{	font-size: 2em; 	}
h2			{	font-size: 1.5em;	}
h3			{	font-size: 1.17em;	}
h4			{	font-size: 1em;	}
h5			{	font-size: 1.3em;	}
h6			{	font-size: 0.67em;	}

p, label	{	
			padding :0px;
			margin :0px;
			}

a			{
			text-decoration: none;
			color:#2578d3;
			}			
a:hover,
a:visited:hover
			{
			color: white;
			}	
a:active	{
			color: #ff4500;
			}	

a img		{
			border: 0px;
			}			
			
form		{	
			padding: 0px;
			margin: 0px;
			}

hr			{	
			background-color:transparent;
			height: 1px;
			width: 100%;
			padding: 0px;
			margin:0px;
			color: #144476;
			text-align: left;
			}
			

			/*
			form
			*/
input.checkbox,
input.radio
			{
			width :13px;
			height :13px;
			}

table tr td
			{
			vertical-align: top;	
			}