body {
	font-size: 12px;
	font-family: "Tahoma", "Verdana", "Arial", serif;
}

td {
	font-size: 12px;
	font-family: "Tahoma", "Verdana", "Arial", serif;
}

td.left-wall {
	background-image: url("/images/left-wall.png");
	width: 13px;
}

td.right-wall {
	background-image: url("/images/right-wall.png");
	width: 13px;
}

td.up-wall {
	background-image: url("/images/up-wall.png");
	height: 13px;
}

td.down-wall {
	background-image: url("/images/down-wall.png");
	height: 13px;
}

td.up-left-corner {
	background-image: url("/images/up-left-corner.png");
	width: 13px;
	height: 13px;
}

td.up-right-corner {
	background-image: url("/images/up-right-corner.png");
	width: 13px;
	height: 13px;
}

td.down-left-corner {
	background-image: url("/images/down-left-corner.png");
	width: 13px;
	height: 13px;
}

td.down-right-corner {
	background-image: url("/images/down-right-corner.png");
	width: 13px;
	height: 13px;
}

a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #007CC3;
	background-color: #ffffff;
}

a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E77817;
	background-color: #ffffff;
}

form { 
	padding: 0px;
	margin: 0px;
}

input {
	padding: 1px 3px;
	border-style: solid; 
	border-color: #b9babc; 
	border-width: 1px;
	color: #000000;
	background-color: #ffffff;
	font-family: "Tahoma", "Verdana", "Arial", serif;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}