a
{
    font-family: "arial";
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none
}

a:link, a:visited
{
    color: black;
}

a:active, a:hover
{
    color: black; 
}

body, td
{
    font-family: "arial";
    font-size: 9pt;
    color: #000000;
}

body
	{
		background: lightgrey;
	}

TABLE
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
	background-color: white;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	border: 1px solid red;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}

TableContent
{
	border:0px none; background-color: lightgoldenrodyellow;
	padding-left: 2
}

.Noborder {
	border:0px none; 
}

.tablemenu
{
	table border: 1;
	background-color: #660000;
	align: center;
}

.Title {
 	font-family: "arial";
    font-size: 12pt;
    font-weight: bold;
	color: red;
 }
 
 h1
 {
 font-family: "arial";
    font-size: 20pt;
    font-weight: bold;
    text-decoration: none
}