/***** Global Settings *****/
 @font-face{
    font-family: "Open";
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face{
    font-family: "OpenB";
    src: url('../fonts/OpenSans-Bold.ttf');
}

html, body {
border:0;
margin:0;
padding:0;
}
 
/***** 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; }

/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
/*color:#767573;*/
}
 
 
/***** Global Classes *****/

.border		   { border:1px solid #0066FF;}
.clear         { clear:both; }
.floatLeft    { float:left; }
.floatRight   { float:right; }
 
.textLeft     { text-align:left; }
.textRight    { text-align:right; }
.textCenter   { text-align:center; }
.textJustify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.imgLeft      { float:left;margin:4px 10px 4px 0; }
.imgRight     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0 !important; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.cinza		   { color:#666; }

