body {
        font-family: tahoma;
	font-size: 7pt;
        color: silver;
	background:#000000;
	background-image: URL(gfx/chicago.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	margin: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
       }

p {
        font-family: tahoma;
	font-size: 7pt;
	color: silver;
}

td {
        font-family: tahoma;
	font-size: 7pt;
	color: silver;
}

input {
	background-color: #111111;
	color: silver;
	font-family:tahoma;
	font-size: 9 pt;
	border-color: silver;
}

checkbox {
	background-color: #111111;
	color: silver;
	font-family:tahoma;
	font-size: 9 pt;
	border-color: silver;
}

select {
	background-color: #111111;
	color: silver;
	font-family:tahoma;
	font-size: 9 pt;
	border-color: silver;
}

file {
	background-color: #111111;
	color: silver;
	font-family:tahoma;
	font-size: 9 pt;
	border-color: silver;
}

textarea {
	background-color: #111111;
	color: silver;
	font-family:tahoma;
	font-size: 9 pt;
	border-color: silver;
}




.nurbs {
	color: #aaaaaa;
	background:#121212;
        font-family: tahoma;
	font-size: 7pt;
	width=150;
	height=20;
	border-style: none;
	}
	
.request {
	color: silver;
	background: #000000;
	border-color: #990000;
	border-style: solid;
	border-width: thin;
	font-family: tahoma;
	font-size: 7pt;
	}
	
	

  :link { color: #ff0000; text-decoration: none; cursor: hand; }
  :visited { color: #ff0000; text-decoration: none; cursor: hand; }
  :active { color: #ff0000; text-decoration: none; cursor: hand; }
  :hover { color: #ff0000; text-decoration: none; background: none; cursor: hand; }
