.all {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	cursor: crosshair;
}

.comment {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	cursor: crosshair;
}

.topleveltable
{
width: 850px;
background-color: #FFFFFF;
border-color: #000000;	
}


.blackonwhite {
	background-color: #FFFFFF;
	color: #000000;	
}

.whiteonblack {
	background-color: #000000;
	color: #FFFFFF;
}

.ticker {
	background-color: #000000;
	color: #FFFFFF;
	border-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-style: none;
	border-left-style: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}

/*table {
	table-layout:fixed;
	overflow: hidden;
}

td {
	border-width: thin;
	border-style: groove;
}*/


input {
	border: none;
	font-family: "Courier New", Courier, monospace;
	background-color: #000000;
	color: #FFFFFF;
}
.inputborder {
	border:thin groove;
	font-family: "Courier New", Courier, monospace;
	background-color: #000000;
	color: #FFFFFF;
}

.inputonblack {
	border: thin #000000;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.inputonwhite {
	border: none;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	color:#FFFFFF;
}

.button {
	border: thin none #000000;
	font-family: "Courier New", Courier, monospace;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	cursor: crosshair;
}


.searchbutton {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	cursor: crosshair;
	width: 76px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.searchinput {
	font-family: "Courier New", Courier, monospace;
	background-color: #000000;
	color: #FFFFFF;
	border: thin groove #000000;
	width: 118px;
	white-space: normal;
}

textarea {
	border: thin groove #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}

select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
	border-width:thin;
	border-color:#FFFFFF;
	overflow: hidden;
}

a {
	color: #000000;
	background-color: #FFFFFF;
	cursor: crosshair;
	text-decoration: none;
	border:none;
}

img{border:none;}

a:hover   { color:#FFFFFF; background-color:#000000; }
.ainverted:hover   { color:#000000; background-color:#FFFFFF; }