body {
	background-color: snow;
	margin-left:0px;
	margin-top:0px	
}

.tablemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: gainsboro;
	width: 100%;
	background-color: darkblue;
}

.th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: darkblue;
}

.button100 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: darkblue;
	background-color: snow;
	width: 100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: darkslategray;
	border-bottom-color: darkslategray;
	border-left-color: white;
	cursor: hand;

}

.button50 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: darkblue;
	background-color: snow;
	width: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: darkslategray;
	border-bottom-color: darkslategray;
	border-left-color: white;
	cursor: hand;

}

.texbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: darkblue;
	background-color: white;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: slategray;
	border-right-color: floralwhite;
	border-bottom-color: floralwhite;
	border-left-color: slategray;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: darkblue;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: darkblue;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: xx-small;
	color: gray;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: xx-small;
	color: darkblue;
}

a.leftcolumn:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration:none;
	color: white;
	font-weight: bold;
}
a.leftcolumn:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration:none;
	color: white;
}
a.leftcolumn:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: x-small;
	color: #9966FF;
}
a.leftcolumn:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: x-small;
	color: white;
}
