@import url("common-hide");

/*+++++++++++++++++++++++++++++++ Default Styles ++++++++++++++++++++++++++++++*/

body {
  font-family: Tahoma, Arial, Helvectia, sans-serif;
}

/*++++++++++++++++++++++++++++++++++ Headings +++++++++++++++++++++++++++++++++*/

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

h1 {
  font-size: 2.0em;
  text-align: center;
  font-variant: small-caps;
  margin-bottom: 0;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.4em;
}

/*+++++++++++++++++++++++++++++++++++ Lists ++++++++++++++++++++++++++++++++++*/

ul li {
  list-style-type: circle;
}

ul ul li {
  list-style-type: disc;
}

ul ul ul li {
  list-style-type: square;
}

ol li {
  list-style-type: upper-roman;
}

ol ol li {
  list-style-type: upper-alpha;
}

ol ol ol li {
  list-style-type: lower-alpha;
}

ol.numbered li {
  list-style-type: decimal;
}

/*+++++++++++++++++++++++++++++++++++ Forms ++++++++++++++++++++++++++++++++++*/

input.text, input.button {
  font-family: Tahoma, Arial, Helvectia, sans-serif;
}

/*++++++++++++++++++++++++++++++++ Paragraphs ++++++++++++++++++++++++++++++++*/

p.linksBar, p.footer
{
  font-size: 0.95em;
  text-align: center;
}

/*+++++++++++++++++++++++++++++ Preformated Text +++++++++++++++++++++++++++++*/

pre {
  font-family: "Courier New", Courier, monospace;
}

/*+++++++++++++++++++++++++++++++++++ Links ++++++++++++++++++++++++++++++++++*/
a:link {
  color: #00f;
  background-color: transparent;
}

a:visited {
  color: #90A;
  background-color: transparent;
}

a:active, a:hover, a:focus {
  color: #f00;
  background-color: transparent;
}

/*+++++++++++++++++++++++++++++ Horizontal Rules +++++++++++++++++++++++++++++*/

hr {
  clear: both;
}

/*+++++++++++++++++++++++++++++++++++ Images ++++++++++++++++++++++++++++++++++*/

img.logo {
  border-style: none;
  float: left;
}

img.googleLogo {
  border-style: none;
  float: left;
}

img.productImage1 {
  float: left;
  margin-right: 25px;
}

img.productImage2 {
  float: right;
  margin-left: 25px;
}

/*++++++++++++++++++++++++++++++++++ Generic +++++++++++++++++++++++++++++++++*/

span.tagline
{
  font-size: 0.7em;
  font-style: italic;
  font-variant: normal;
  display: block;
  margin: 0;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.borderless {
  border-style: none;
}

.noBottomMargin {
  margin-bottom: 0;
}

.noTBMargin {
  margin-bottom: 0;
  margin-top: 0;
}

.noTopMargin {
  margin-top: 0;
}

.padRight55 {
  padding-right: 55px;
}

.width90 {
  width: 90%;
}

/*+++++++++++++++++++++++++++++++ Google Search ++++++++++++++++++++++++++++++*/

div.google {
  text-align: center;
}

table.googleWrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

td.googleWrap {
  background-color: #ffffff;
  border-style: outset;
  border-width: 4px;
  color: #000000;
  padding: 4px;
}

span.google {
  clear: both;
  font-size: 0.9em;
}

p.googleBottom {
  text-align: center;
}
