/* Global Defaults */
/* March 2010 : For SEO re-engineering of V4 Website */

/* Tables : Note that these are not used to control display layout of the website. */
/* This is done via <div>s in XHTML and CSS for the V4 olivarubi website. */

* {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  font: 1em/1.25 Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* Headlines default styles */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Text Styles : Are only to be defined in master css. */

blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.8em;
}
big {
  font-size:1.2em;
}

/* Links and Images default styles */
a, a:link, a:visited, a:active {
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
}
img {
  border: none;
}

/* Used for clearing floats on preceding columns so we can place a webpage Footer after. */
.clear {
	clear:both;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}
