@charset "utf-8";
/* CSS Document */

@import url(blocos.css);

* {
		margin:0;
		padding:0;
		font: normal 11px "Arial";
		color:#454545;
		border:0;
		list-style-type:none;
}

body {
		background:url(img/bg.jpg) repeat-x;
        width:100%;
		height:100%;
}

html {
		width:100%;
		height:100%;
		overflow-x:hidden;
}


b, strong {
		font-weight:bold;
}

a {
		text-decoration:none;
		cursor:pointer;
}

a:hover {
		text-decoration: underline;
}

* html img {
 filter:expression( this.alphaxLoaded ? "" : ( this.src.substr(this.src.length-4)==".png" ? ( (!this.complete) ? "" :
 this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+ (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0, 0)+ String(this.alphaxLoaded=true).substr(0, 0)+ (this.src="layout/img/blank.gif").substr(0, 0)):
 this.runtimeStyle.filter=""));
}

input {
    display:block;
    -moz-appearance: textfield;
    padding:2px 3px 2px 3px;
    border: 1px solid #d5d5d5 ;
    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
    -moz-user-select: text;
}

textarea {
    -moz-appearance: textfield;
    padding:2px 3px 2px 3px;
    border: 1px solid #d5d5d5 ;
    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
    -moz-user-select: text;
}

select {
    display:block;
    -moz-appearance: textfield;
    padding:1px;
    border: 1px solid #d5d5d5 ;
    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
    -moz-user-select: text;
    font-size:10px;
}

.hidden {
		margin:0;
		padding:0;
		border:none
}

h1 {
		font-size:19px;
		letter-spacing:-1px;
		font-weight:bold;
		color:#2970b0;
}

h2 {
		font-size:17px;
		letter-spacing:-1px;
		font-weight:bold;
}

h3 {
		font-size:14px;
		letter-spacing:0px;
		font-weight:bold;
		letter-spacing:-1px;
}

h4 {
		font-size:12px;
		letter-spacing:0px;
		font-weight:bold;
}

