body {
	font-family: sans-serif;
	font-size: 9pt;
	color: #0000ee;
	background-color: #e8e8e8;
	background-image: url(../img/background_gray_fade.bmp);
	background-repeat: repeat-x;
}
td, th {
	font-family: sans-serif;
	font-size: 9pt;
	color: #0000ee;
	background-color: transparent;
	vertical-align: top;
}
table, tbody, tr, td, th  {
	border-collapse: collapse;
}
.button {
	padding:0px 2px;
	margin:0px;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}

table.blk {
	border: 1px solid;
	border-color: navy;
}
input {
	font-family: sans-serif;
	font-size: 9pt;
	height:17px;
	color: black;
	border: solid 1px;
	border-color: #0000ee;
}

div {
	padding:0px;
	margin:0px;
	border-left: 0px;
	border-right: solid 1px #e0e0e0;
	border-top: 0px;
	border-bottom: solid 1px #e0e0e0;
}
pre {
	padding:0;
	border: dotted 1px #a0a0a0;
}

hr {
	border: dotted 1px #a0a0a0;
}

img {
	border:0;
}

.prompt1 {
	width: 100px;
	vertical-align: top;
}
.literal {
	color:black;
	vertical-align: top;
}

.data {
	color: black;
	vertical-align: top;
}

.hand {
	cursor: pointer;
}