body {
  font-family: Arial, Helvetica, sans-serif;
  color: #515151;
}

.default {
  font-size: 12px;
}
.category-menu {
  font-size: 9px;
  color: #000099;
  width: 190px;
}
.smallblack{
  font-size: 9px;
  color: #000000;
}
.formclass {
  font-size: 11px;
  color: #003399;
}
.formclass2 {
  font-size: 9px;
  color: #003399;
}
.menutext {
  font-size: 10px;
  color: #006699;
  font-weight: bold;
}
.headline-black {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.error { font-family: Verdana; color: red; }
h6.error { font-size: 0.9em; }
h6.error { margin-bottom: 0; }


td.tableHeader {
  font-size: 0.9em;
  font-weight: bold;
}

ul {
  font-size: 0.7em;
  margin-left: 20px;
  padding-left: 15px;
}

ul.error li{
  font-size: 12px;
}

#purchaseDetails {
  font-size: 12px;
}

fieldset {
  text-align: left;
  border: 1px solid #FF791F;
  padding: 10px;
}

fieldset.searchForm {
  width: 430px;
}

fieldset.subscribeForm{
  width: 300px;
}

fieldset.adForm{
  width: 250px;
}

fieldset.prefsForm {
  width: 430px;
  text-align: center;
}

legend{
  font-size: 20px;
  color: #FF791F;
}

label{
  font-size: 14px;
}

input, textarea{
  font-size: 14px;
  color: #000000;
}

input.formSubmit {
  font-weight: bold;
  color: #FF791F;
  text-align: center;
  font-size: 16px;
}

div.formSubmit, td.formSubmit {
  text-align: center;
}

td.formNotes {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

a {
  color: #FFFFFF;
}
a:hover {
  color: #515151;
}

a.subscribe {
  font-size: 16px;
  font-weight: bold;
}

.pagination {
  font-size: 11px;
}

hr {
  width: 95%;
  color: #FF791F;
  background-color: #FF791F;
}

em {
  font-style: normal;
  font-weight: bold;
}

#polBlock {
  margin: 0 auto;
  display: block;
  width: 488px;
  height: 277px;
  background: url('images/backgroundPOL.png');
}
#polNum {
  width: 100px;
  position: relative;
  margin-top: 222px;
  margin-left: 280px;
  margin-right: 5px;
}


