body {
background-color: #000;
background-image: url('images/d_bg.jpg');
background-repeat: repeat-x;
color : #000;
font-size : .9em;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto;
}


a:active {
       color: #00c;
}
a:hover {
       color: #00c;
}
a:link {
       color: #00c;
}

a:visited {
       color: #00c;
}

H1 {
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : small-caps;
font-weight : bold;
font-size : 1.25em;
color : #000;
background-color : transparent;
}

p {
font-size : .9em;
font-family : Arial, Helvetica, sans-serif;

}

.smalltext {
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .85em;
}
.smalltext a:link{
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color : #00c;
}
.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color : #00c;
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 1.25em;
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 1.25em;
color: #00c;
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 1.25em;
color: #00c;
}

.errortext {
  font-family : Arial, Helvetica, sans-serif;
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #999 .05em solid;
}

.white {
  background-color : #fff;
}

.black {
  background-color : #000;
}

.bg_dark {
  background-color : #000;
  color: #fff;
}

.bg_medium {
  background-color : #c00;
}

.bg_light {
  background-color : #ff9;
}

.alt_bg_dark {
  background-color : #000;
}

.alt_bg_medium {
  background-color : #c00;
}

.alt_bg_light {
  background-color : #ff6;
}

table.default_box {
  background-color:transparent;
  width:100%;
  border-collapse:collapse;
}

td.default_box_medium {
  background-color: #c00;
  color: #fff;
  border: 1px solid #000;
  padding:2px;
}

td.default_box_content {
  background-color : #fff;
  border: 1px solid #000;
  padding:5px;
}

table.framework {
	position: absolute;
	top: 110px;
	left: 0px;
	border: 0px 0px 0px 0px;
}

td.framework {
	padding: 0px 10px 0px 0px;
}

td.bottom {
	color: #fff;
	font-size: .85em;
}

img.banner {
           border: none;
}

img.poweredby {
           position: absolute;
           top: 0px;
           right: 0px;
           border: none;
}

