html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
a:link {
	color: #767676;
	text-decoration: none;
}
a:visited {
	color: #767676;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-color: #000000;
	background-image: 
	url(graphics/bigbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed
}
body,td,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #ededed;
}
.txt-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 24px;
}

P {
margin:0;
}


#cmstable, #cmstable td {border: 0px solid #1f1f1f;}

div.float {
  float: left;
  padding: 10px;
display: inline;
border: none;
  }


div.spacer {
  clear: both;
  }

div.container {
  border: 0px dashed #1f1f1f;
  background-color: #1f1f1f;
  }


table {border-collapse:collapse;}

table { behavior: url(iepngfix.htc) }


#topbox {z-index: +2; position: relative;}

img.floatRight { 
    float: right; 
    margin-left:10px;
    margin-bottom:10px;
}