body {
  margin: 0px;
  padding: 0px;
  font: 100% "Comic Sans MS", Arial, sans-serif;
  color: #000000;
  background-color: #C60000; /*#A6B9D2;*/
  text-align: center;
}

form {
  margin: 0;
}

.menu a {
  text-decoration: none;
  color: black;
}

.menu a:hover {
  color: #841212;
}

.menu a:active {
  color: #003300;
}

.menu a.selected {
  color: #dd0000;
}

a.selected:hover {
  color: #841212;
}

#holder {
  width: 890px;
  text-align: left;
  margin: 0 auto;
  background-color: #FFFED3;
}

#header {
  background-color: #E3E9F1;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.menu {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 12px;
}

#nav {
  float: left;
  width: 165px;
  height: 1000px;
  padding-top: 15px;
  font-size: 10pt;
  background-color: #E3E9F1;
  padding-bottom: 15px;
  color: #0099CC;
  cursor: default;
}

#nav .item {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px dashed #CCCCCC;
}

#nav .subitem1 {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px dashed #CCCCCC;
  font-size: 90%;
}

#nav .subitem2 {
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px dashed #CCCCCC;
  font-size: 80%;
}

#nav a:link, #nav a:visited {
  color: #0099CC;
  text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus {
  color: #0000CC;
}

table .content {
  margin: 12px 10px 4px 5px;
  background-color: #FFFED3;
  table-layout: fixed;
}

table .content .head {
  color: #FFFED3;
  margin: 4px;
  background-color: #C60000; /*#003399;*/
  text-align: center;
}

table .content .body {
  border: 1px dotted #C0C0C0;
  padding: 2px;
  font-size: 8pt;
  vertical-align: top;
}

table .content .body .title {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 3px;
}

table .content .body .title .date {
  color: #888888;
  font-weight: normal;
  font-size: 90%;
}

table .content .body .info {
  text-align: justify;
  font-weight: normal;
  font-size: 100%;
}

table .content .body .image {
  text-align: center;
}

table .content .body .text {
  text-align: center;
}

table .content .body .text .description {
  margin-top: 5px;
  text-align: center;
}

table .content .body .text .price {
  color: #990000;
  margin-top: 6px;
}

.brclear {
  clear: both;
  height: 0;
  margin: 0;
  font-size: 1px;
  line-height: 0px;
}

table .news {
  width: 180px;
  margin-top: 10px;
  font-size: 8pt;
}

table .news .head {
  background-color: #000066;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  font-size: 120%;
  margin: 0;
}

table .news .body {
  padding-left: 3px;
  padding-bottom: 4px;
  background-color: #E3E9F1;
}

table .news .body .title {
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 110%;
}

table .news .body .title .date {
  color: #888888;
  font-weight: normal;
  font-size: 90%;
}

table .news .body .info {
  margin-left: 8px;
  margin-bottom: 3px;
  font-size: 7pt;
}

table .news .body .info .dates {
  font-weight: bold;
}

table .news .body img {
  width: 150px;
  margin-top: 4px;
}

table .news .separator {
  height: 1px;
  border-bottom: dotted 1px #CCCCCC;
  margin-bottom: 3px;
}

#footer {
  padding: 5px;
  font-size: 70%;
  color: #999999;
  border-top: 1px solid #E3E9F1;
  background-color: #FFFED3;
}

.callout {
  font-weight: bold;
  color: #333333;
  margin: 0px;
  padding: 20px 10px;
}

table .session {
  font-size: 70%;
  height: 30px;
  border-right: 1px dashed #E3E9F1;
  border-bottom: 1px dashed #E3E9F1;
  border-left: 1px dashed #E3E9F1;
}

.product {
  font-size: 10pt;
}

.product .image {
  float: left;
}

.product .text {
  margin-left: 288px;
}

.product .text .title {
  font-size: 12pt;
  font-weight: bold;
}

.product .text .description {
  margin-top: 5px;
  text-align: justify;
}

.product .text .price {
  color: #990000;
  font-weight: bold;
  margin-top: 20px;
}

.product .text .price a {
  margin-left: 10px;
}

.product .text .info .label {
  font-weight: bold;
}

.product .text .info .data {
  padding-left: 5px;
}

input {
  font-size: 9pt;
}