@charset "utf-8";
/* CSS Document */

* {
	border			: none;
	margin      	: 0;
	padding    		: 0;
	list-style  	: none;
	font-family 	: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	vertical-align	: middle;
	color			: #fff
}

a { font-size: 12px }

a:hover    {
	background-color: transparent;
	text-decoration 	: underline;
}

a, div, img { behavior: url(iepngfix.htc) }

a[href$='.pdf'], a[href$='.doc'], a[href$='.ai'], a[href$='.zip'], a[href$='.cdr'], a[href$='.ttf'], a[href$='.txt'] {
	padding:20px; margin:20px; display:block; padding-left:50px;
}

a[href$='.doc'] { background:transparent url(../images/ico/doc.png) no-repeat center left; }

a[href$='.pdf'] { background:transparent url(../images/ico/pdf.png) no-repeat center left; }

a[href$='.txt'] { background:transparent url(../images/ico/txt.png) no-repeat center left; }

a[href$='.ai'], a[href$='.zip'], a[href$='.cdr'], a[href$='.ttf'] { background:transparent url(../images/ico/Relacao.png) no-repeat center left; }

BODY       {
	background-color:#2d5b85; background-image:url(../images/bg.jpg);
	background-position:0 50px;
	background-repeat:repeat-x;
	text-align                 : center;
	SCROLLBAR-FACE-COLOR       : #ffc;
	SCROLLBAR-HIGHLIGHT-COLOR  : #ffc;
	
	SCROLLBAR-SHADOW-COLOR     : #630;
	SCROLLBAR-3DLIGHT-COLOR	   : #630;
	SCROLLBAR-ARROW-COLOR	   : #630;
	
	SCROLLBAR-TRACK-COLOR      : #ffc;
	SCROLLBAR-DARKSHADOW-COLOR : #ffc;
	color					   : #006;
	font-size				   : 10px;
}

blockquote p { padding-bottom:8px; font-size:12px; color:#FFF }

button { font-size:10px; padding:5px }

h1, h2, h3, h4, h5, h6 { color:#FFCC00; text-align:left; margin:10px 0 }
h1 { font-size:20px }
h2 { font-size:18px }
h3 { font-size:16px }
h4 { font-size:14px }
h5 { font-size:12px }
h6 { font-size:10px }


p { 
	font-size  	: 13px;
	margin		: 0 auto;
	text-align	: justify
}

ol li { list-style:decimal-leading-zero; padding:5px }

li { padding-bottom:8px }

li a { margin-left:5px }

input[type="text"], input[type="password"], select, textarea, button {
	background-color: #fff;
	border: 1px solid #006;
	color: #fff;
	font-size:12px;
	color:#036;
	text-align:left;
}

input[disabled], select[disabled], textarea[disabled] {
	border : none;
	background-color:#fff;
	color : #036;
	opacity : 1;
}

option { color:#036 }

button { 
	background-image:url(../images/texturas/dg_am.jpg);
	cursor: pointer;
	font-size:11px;
	margin-left:4px;
	font-size:12px
}

span, label { font-size: 12px }

label {
	display	: block;
	padding	: 5px;
}

fieldset * { float:left }
fieldset li { float:none; clear:left; padding:5px 0 }
fieldset label { width: 75px; text-align:left }

fieldset input[type="text"], fieldset textarea { width:270px; text-align:left }


legend {
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	background-color:#C90;
	clear:both;
	float:none;
}

table {
	text-align			: center;
	font-size:12px
}

th { background-color:#006699; color:#fff }

tr { border-bottom:1px solid #fff }

td {
	padding				: 2px 5px;
	border				: #066 1px solid;
	border-left			: #FFF 1px solid;
	border-top			: #FFF 1px solid;
	color:#006699
}