body {
  text-align: center;
  margin: 0;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  font-family: "Courier New", Courier, arial;
}

body, td { font-size: 0; font-size: 0; }

body.viewerBody { overflow: hidden; }

table { border: 0; }

p { margin-top: 0; margin-bottom: 1em; }

input, select, textarea { font-family: arial; font-size: 10px; }
input.home, select.home, textarea.home { font-family: "Courier New", Courier, arial; font-size: 11px; background-color: #663366; color: #d2ee27; border: 0; }
input.home { height: 18px; }

div#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 900px;
  text-align: left;
}

div#viewerContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 900px;
  height: 460px;
  text-align: left;
}

div#boxAdmin { border: 1px solid #e0e0e0; background-color: #f9f9f9; padding: 8px; margin-bottom: 16px; }

/* fonts */

.fa11k { font-family: arial; font-size: 11px; color: #000; }
.fa10k { font-family: arial; font-size: 10px; color: #000; }
.fa11r { font-family: arial; font-size: 11px; color: #D00; }
.fa10r { font-family: arial; font-size: 10px; color: #D00; }

.fc11k { font-family: "Courier New", Courier, arial; font-size: 11px; color: #000; }
.fc10k { font-family: "Courier New", Courier, arial; font-size: 10px; color: #000; }
.fc11r { font-family: "Courier New", Courier, arial; font-size: 11px; color: #D00; }
.fc10r { font-family: "Courier New", Courier, arial; font-size: 10px; color: #D00; }
