BODY {
font-size : .75em;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : normal;
color : #ABC2D6;
background-color : black;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto;
}

.dftable { border-right: 1px solid #0862a9; border-bottom: 1px solid #0862a9; border-left: 1px solid #0862a9 }
.title   { color: #ffffff; font-size: 12px; font-weight: bold; background-image: url("images/bgtb.gif") }
.button   { color: #ffffff; border-right: 1px solid #ccc }

H1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : bold;
font-size : 1.0em;
color : #ededed;
background-color : transparent;
}

p {
font-size : .85em;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:link{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color: #F9F2EE;
text-decoration: none;
}

a:visited{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color: #AF968F;
text-decoration: none;
}

a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color: #F9F2EE;
text-decoration: underline;
}

.smalltext {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .85em;
color : #ededed;
}


.smalltext a:link{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color: #F9F2EE;
text-decoration: none;
}

.smalltext a:visited{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color: #AF968F;
text-decoration: none;
}

.smalltext a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color: #F9F2EE;
text-decoration: underline;

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .9em;
}

.largetext a:link{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .9em;
color: #F9F2EE;
text-decoration: none;
}

.largetext a:visited{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .9em;
color: #AF968F;
text-decoration: none;
}

.largetext a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .9em;
color: #F9F2EE;
text-decoration: underline;
}

.errortext {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #666666;
  color : #ffffff;
}

.bg_medium {
  background-color : #bbbbbb;
  color : #000000;
}

.bg_light {
  background-color : #eeeeee;
}

.alt_bg_dark {
  background-color : #888888;
}

.alt_bg_medium {
  background-color : #aaaaaa;
}

.alt_bg_light {
  background-color : #cccccc;
}


.copyright {
    font-size: .8em;
    text-align: center;
}

