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;
}

