body {
	font-family: Tahoma;
	background-color : White;
}
h1 {
	font-family: Tahoma;
	text-align : center;
}
h2 {
	font-family: Tahoma;
	text-align : center;
}
h2.red {
	font-family: Tahoma;
	text-align : center;
	color: Red;
}
h3 {
	font-family: Tahoma;
	text-align : center;
}
INPUT {
	font-family : Tahoma;
	border-style: ridge;
}

TD {
	font-family: Tahoma;
    font-size: 12px
}
td.right {
	font-family: Tahoma;
	text-align : right;
}
th {
	font-family: Tahoma;
	text-align : center;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-color: #CCCCCC;
}
.boldcap {
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.nostyle {  border-style: none}
.nolinkborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.greybtn{
	font-family : Tahoma;
	font-size:14px;
	text-decoration: none;
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: black;
    background-color: #ddd;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}