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

a { font-size: 12px }

a:hover    {
	background-color: #dff;
	color:#036;
	text-decoration 	: underline;
}

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,html {
	width:100%;
	height:100%;
	font-size:62.5%
}

body       {
	background-color           : #fff;
	background-image:url(../images/texturas/paper.jpg);
	text-align                 : center;
	SCROLLBAR-FACE-COLOR       : #AA9;
	SCROLLBAR-HIGHLIGHT-COLOR  : #AA9;
	SCROLLBAR-SHADOW-COLOR     : #FFF;
	SCROLLBAR-3DLIGHT-COLOR	   : #FFF;
	SCROLLBAR-ARROW-COLOR	   : #FFF;
	SCROLLBAR-TRACK-COLOR      : #AA9;
	SCROLLBAR-DARKSHADOW-COLOR : #AA9;
	color					   : #006;
	font-size				   : 10px;
}

blockquote { padding:10px 5px }

button { 
	cursor: pointer;
	margin-left:4px;
	font-size:12px;
	background-color: #87C6E0;
	color: #036;
	padding:1px
}

em { color:red }
em strong { color:red }

fieldset { 
	background-image:url(../images/texturas/paper.jpg);
	border:1px solid #036;
	clear:both
}
fieldset * { float:left }
fieldset li, fieldset option { float:none; clear:left }
fieldset li { padding:2px }
fieldset label {
	width: 100px;
	text-align:right;
	background-color:#FFF;
	filter : alpha(opacity=60);
	moz-opacity	: 0.6;
	opacity: 0.6;
}

fieldset label em { float:none }

fieldset span { padding:5px 2px }

h1, h2, h3, h4, h5, h6 { color:#369; 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 }

hr { clear:both }

legend { 
	font-size:14px;
	color:#677;
	font-weight:bold;
	padding:5px;
	margin:5px 0;
	background-color:#FFF
}

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

table {
	border				: #AA9 2px solid;
	text-align			: center

}

th { background-color	: #fff; }

tr { background-color	: #fff; }

td {
	padding				: 0 3px;
	border				: #066 1px solid;
	border-left			: #FFF 1px solid;
	border-top			: #FFF 1px solid;
}

input[type=text], input[type=password], select, textarea {
	background-color: #fff;
	border: 1px solid #006;
	color: #006;
	padding: 1px 3px;
	font-size:12px
}

span, label { font-size: 12px }

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