body {
	background-color: snow;
	margin-left:0px;
	margin-top:0px	
}

.tablemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: gainsboro;
	width: 100%;
	background-color: darkblue;
}

.column1-unit {width:400px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
img.yellowborder {border-color: #ffc400;border-width: 3px;border-style: solid;}


.th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	font-weight: bold;
	color: darkblue;
}

.button100 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 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: 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: 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: small;
	text-decoration:none;
	color: darkblue;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration:none;
	color: darkblue;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: small;
	color: gray;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: small;
	color: darkblue;
}