*
{
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	height: 100%;
	cursor: default;
	behavior: url("./htc/csshover.htc");
}

table
{
	border-collapse: collapse;
}

a
{
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: rgb(150,50,50);
}

a:hover
{
	font-weight: bold;
	color: rgb(25,25,25);
	cursor: pointer;
}

.text
{
	width: 140px;
	height: 14px;
	color: black;
	border: solid 1px black;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	font-family: courier new;
	font-size: 12px;
}

.button
{
	width: 80px;
	height: 22px;
	color: black;
	font-size: 12px;
}

.bold
{
	font-weight: bold;
	rgb(50,50,50);
}

.menu_button
{
	padding-left: 3px;
	cursor: pointer;
	color: rgb(150,50,50);
	width: 161px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
}

.menu_button:hover
{
	padding-left: 3px;
	color: rgb(25,0,0);
	background-color: rgb(220,220,220);
	border-top: solid 1px rgb(125,125,125);
	border-bottom: solid 1px rgb(125,125,125);
	width: 161px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 1px;
}
