html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

a:link {
	color: #830000;
	text-decoration: none;
}
a:visited {
	color: #830000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #830000;
	text-decoration: none;
}
body {
	background-color: #000000;
	background-image: 
	url(graphics/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed
}

body,td,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

P {
margin:0;
}


#cmstable, #cmstable td {border: 1px solid #1f1f1f;}

div.float {
  float: left;
  padding: 0px;
display: inline;
  }


div.spacer {
  clear: both;
  }

div.container {
  border: 0px dashed #1f1f1f;
  background-color: #1f1f1f;
  }


img.floatLeft { 
    float: left; 
    margin-right:10px;
    margin-bottom:10px;
}
img.floatRight { 
    float: right; 
    margin-left:10px;
    margin-bottom:10px;
}

table { behavior: url(iepngfix.htc) }

table {border-collapse:collapse;}