/* CSS Document */

/* //////////////////////////////////////////////// */

Site:			CLT Contábil
Projeto:		Website Institucional
Versão:			1.0
Última 
atualização:	18/09/09
Criação:		Cristiano Santos (webdesigner) +55 (21) 8412-8528 / 3217-9528
				cristianoweb (dot) net
				cristianoweb (dot) net (at) gmail (dot) net

/* //////////////////////////////////////////////// */

html, body { margin: 0; padding: 0; }
 
a:link { text-decoration: underline; color: #333; }
a:visited { text-decoration: underline; color: #666; }
a:hover { text-decoration: none; color: #333; }
a:active { text-decoration: underline; color: #333; }

abbr, acronym { border-bottom: .1em dotted; cursor: help; }

/* ////////// DIVS e CLASSES COMUNS ////////// */

#container { width: 800px; position: relative; left: 50%; margin-left: -400px; background-color: #efefef; font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; font-size: 11px; line-height: 140%; text-align: left; vertical-align: middle; }

#breadcrumbs { color: #333; font-size: 10px; }
	#breadcrumbs a:link { text-decoration: underline; color: #e68201; }
	#breadcrumbs a:visited { text-decoration: underline; }
	#breadcrumbs a:hover { text-decoration: none; }
	#breadcrumbs a:active { text-decoration: underline; }
