/**
* all.css - style init for use with all browsers and media types
*/

/* Import css to undo some of the default styling of common (X)HTML browsers  */
@import url('undohtml.css');

/**
* Element Styles
*/

body {
  font-family: Arial, Verdana, Helvetica sans-serif;
  background-color: #C0C0C0;
  color: #455560;
  letter-spacing: 0.10em;
}
p, ul {
  font-size: 0.81em;
  padding-bottom: 0.81em;
}
a:link, a:visited {
  color: #bd1b20;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  color: #bd1b20;
}
h2 {
  font-size: 1.44em;
  font-weight: 100;
  color: #000;
  line-height: 1.31em;
  letter-spacing: 0.12em;
}

/**
* Generic Classes
*/

.left {
  float: left;
}
.right {
  float: right;
}
.img-left {
  float: left;
  margin: 0.13em 0.63em 0.31em 0.13em;
}
.img-right {
  float: right;
  margin: 0.13em 0.13em 0.31em 0.63em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clear-both {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.no-wrap {
  white-space: nowrap;
}
.hidden {
  /* Take this out of flow of doc so page isn't effected when resizing */
  position: absolute;
  /* So hidden text doesn't become visible when resizing */
  margin: 0 0 0 -312.50em;
  padding: 0;
}
.error {
  color: red;
}
.red-text {
  color: #bd1b20;
  font-size: 0.94em;
  line-height: 1.31em;
  letter-spacing: 0.12em;
}
li.red-text {
  list-style-type: disc;
  list-style-position: inside;
}
.red-contact-text {
  color: #bd1b20;
  font-size: 0.81em;
  line-height: 1.88em;
  letter-spacing: 0.12em;
  margin-right: 9.38em;
  float: left;
}