html {
	font-family	: verdana, arial, helvetica, tahoma, sans-serif;
	background	: #e8e8e8;
}

.inset {
	font-family	: courier, prestige, monospace;
	border-width	: thin;
	border-style	: inset;
	background	: #e1e1e1;
}

img {
	border		: 0px;
	margin		: 2px;
}

td.left {
	width		: 18%
}

td.sep {
	width		: 2%
}

td.main {
	width		: 80%
}

div.left {
	text-align	: left;
}

div.center {
	text-align	: center;
}

span.magenta {
	color		: #bf3fa5;
}

span.red {
	color		: red;
}

