﻿body {
	font-family: verdana;
	background: white;
	font-size: 9pt;
	margin: 15 auto 0 auto;
}

TD {
	font-family: verdana;
	background: white;
	font-size: 9pt;
}

TD.menuitem {
	font-size: 8pt;
	cursor: pointer;
	cursor: hand;
	padding-left: 10px;
	padding-right: 10px;
}

.menu {
	position: absolute;
	display: none;
	z-order: 2;
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: verdana;
	font-size: 8pt;
}

A {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: gray;
	text-decoration: none;
}

INPUT {
	border: 1px solid gray;
	background: #F0F0F0;
	font-family: verdana;
	font-size: 8pt;
	color: gray;
}

INPUT.check {
	border: none;
	background: none;
	font-family: verdana;
	font-size: 8pt;
	color: gray;
}

INPUT.button {
	border: 1px solid gray;
	background: #F0F0F0;
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

TEXTAREA {
	border: 1px solid gray;
	background: #F0F0F0;
	font-family: verdana;
	font-size: 8pt;
	color: gray;
}

SELECT {
	border: 1px solid gray;
	background: #F0F0F0;
	font-family: verdana;
	font-size: 8pt;
	color: gray;
}
