/***** Global Settings *****/

html, body {
    border:0;
    margin:0;
    padding:0;
}

body {
    outline:none;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    font-weight:normal;
}

/***** Common Formatting *****/

p, ul, ol {
    margin:0;
    padding:0;
}

img {
    border:0;
}

ul { 
    list-style:none; 
}

form {
    margin:0; 
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
}


blockquote {
    margin:0;
    padding:0;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover {
    text-decoration:none;
    color:#333;
    outline:none;
}


/***** Global Classes *****/

.border       { border:1px solid #0066FF; }
.clear        { clear:both !important; }
.none         { display: none; }
.display      { display: block !important; }
.inline-block { display: inline-block !important; }
.inline       { display: inline !important; }
.floatLeft    { float:left; }
.floatRight   { float:right; }

.textLeft     { text-align:left !important; }
.textRight    { text-align:right !important; }
.textCenter   { text-align:center !important; }
.textJustify  { text-align:justify !important; }
.noWrap       { white-space:nowrap; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.upper         { text-transform: uppercase;}

.wrap          { width:960px;margin:0 auto; }

.imgLeft      { float:left;margin:4px 10px 4px 0; }
.imgRight     { float:right;margin:4px 0 4px 10px; }

.lower        { text-transform: lowercase; }

.noborder {border: 0 !important;}
.nopadding     { padding: 0 !important;  }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.nomargin {margin: 0 !important;}

.cinza		   { color:#666; }

.paddingLeft_15 { padding-left: 15px }

.overflowH { overflow: hidden }

.nowrap { white-space: nowrap; }
