body {
  font-family: georgia;
  font-size: 12pt;
  color: #393939;
  background-color: #0f0f0d;
  background-image: url('/images/bg.jpg');
  background-repeat: repeat-x;
}

h1 {
  font-family: georgia;
  font-size: 16pt;
  /*color: #393939;*/
  color: #393939;
  margin: 0px;
  font-weight: bold;
  text-decoration: none;
}

p, td, span.gray, div, span {
  font-family: georgia;
  font-size: 10pt;
  color: #393939;
  text-decoration: none;
}

span.header {
  font-weight: bold;
  color: #393939;
}

span.whitefont {
  color: #ffffff;
}

span.red {
  color: #ff0000;
}

td.padding3 {
  padding-left: 3px;
  padding-right: 3px;
  font-color: #ffffff;
}

td.padding5 {
  padding: 5px;
}

td.menuitem {
  margin-left: 5px;
  margin-right: 5px;
}

td.formtitleheader {
  font-weight: bold;
}

p.pink, span.pink {
  color: #da09be;
}

div.cell_indent {
  margin: 3px;
}

td.textindent {
  padding: 5px;
}

a.main_menu_inactive {
  font-family: georgia;
  font-size: 10pt;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a.main_menu_selected {
  font-family: georgia;
  font-size: 10pt;
  color: #cc33ff;
  font-weight: normal;
  text-decoration: none;
}

a.sub_menu_active {
  font-family: georgia;
  font-size: 10pt;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a.sub_menu_inactive {
  font-family: georgia;
  font-size: 10pt;
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}

a.clear {
  font-family: georgia;
  font-size: 10pt;
  color: #393939;
  text-decoration: none;
}

a.simple {
  color: #393939;
  text-decoration: none;
}

input.edit_home_page {
  border: 1px solid;
  width: 172px;
  height: 16px;
}

.button_subscribe {
  border: 0px;
  background-color: #0f0f0d;
  font-family: georgia;
  font-size: 10pt;
  color: #393939;
}

select {
  border: 1px solid #999999;
  width: 150px;
  height: 18px;
  font-family: georgia;
  font-size: 10pt;
  color: #393939;
}

/* editor options */

input {
  border: 1px solid #999999;
  font-family: georgia;
  font-size: 10pt;
  color: #393939;
}

input.editor {
  border: 1px solid #999999;
  height: 20px;
  font-family: georgia;
  font-size: 10pt;
  color: #393939;
}

.editor_button {
  border: 1px solid #999999;
  background-color: #ffffff;
  font-family: georgia;
  font-size: 10pt;
  color: #393939;
}