body,td,th {
	font-family: Tahoma;
	font-size: 10pt;
	/*color: #000000; */
  color: #cccccc;
  background: #222222;
}

tt {
        font-size: 10pt;
	color: #CCFFCC;
}

/*
body {
  font-family: verdana,arial,sans-serif;
  color: #cccccc;
  background: #222222;
  font-size: 80%;
  margin: 0;
  padding: 0;
}
*/

#IC { position:absolute; top:50%; height:10em; margin-top:-5em }



A:link {
  /* background: none; */
  color: #CCCC88;
  text-decoration: none;
}
a:visited {
  /* background: none; */
  color: #FFCC66;
  text-decoration: none;
}
a:active {
  border:0;
}
a:hover {
  color: #8888CC;
  text-decoration: underline;
}

/* tables with fine lines */
.soft-tbl td {
  border: 1px #444444 solid;
}
.soft-tbl table {
  border-collapse: collapse;
  border-spacing: 0px;
}

/* tables with no lines */
.no-tbl td {
  border: 0px;
}  


th, td {
  font-family: Tahoma,verdana,arial,sans-serif;
  /* font-size: 80%; */ /* -- remove for transitional -- */
  /* text-align: left; */
}

        blockquote { 
                         padding: 5px;
                         margin: 5px; 
                         border: 1px solid #999999; 
                         background:#000066;
			/* background: #F5F5F5; */
                         color: 000; 
			 
                         }


