
body {
  margin-top: 50px;
  font-family: sans-serif;
  font-size: 12px;
  color: #cccccc;
  background-color: #6E6D73;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }

ul {list-style-type: square;}

.giant    { font-size: 48px; }
.largest  { font-size: 20px; }
.larger   { font-size: 17px; }
.large    { font-size: 15px; }
.medium   { font-size: 13px; }
.normal   { font-size: 12px; }
.small    { font-size: 11px; }
.smaller  { font-size: 10px; }
.smallest { font-size: 9px; }

img { border: 0px; }

.wide { width: 100%; }

.fl { float: left; }
.fr { float: right; }

.text { font-size: 12px; line-height: 18px; }

.left    { text-align: left; }
.right   { text-align: right; }
.center  { text-align: center; }
.vtop    { vertical-align: top; }
.vbot    { vertical-align: bottom; }
.vmid    { vertical-align: middle; }
.vtop td { vertical-align: top; }
.vbot td { vertical-align: bottom; }
.vmid td { vertical-align: middle; }
.vtbot   { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.white { color: #FFFFFF; }

.bordert { border-top: 2px solid #5E5D63; }
.borderr { border-right: 2px solid #5E5D63; }
.borderb { border-bottom: 2px solid #5E5D63; }
.borderl { border-left: 2px solid #5E5D63; }

.border1 { border: 2px solid #626167; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad5nl td { padding: 5px 10px 5px 0px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }

a:link    { color: #00fffd; text-decoration: none; }
a:visited { color: #00fffd; text-decoration: none; }
a:hover   { color: #0F0F0F; text-decoration: none; }

