body {
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

.indent {
	margin-left: 40px;
}
div.indent {
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 10px;
}

.wsTitle {
	margin-left: 5px;
}
.lmargin {
	margin-left: 3px;
}
.rmargin {
	margin-right: 3px;
}

a.buttonLink:link {
	color: #0000cc;
	text-decoration: none;
}
a.buttonLink:visited {
	color: #0000cc;
	text-decoration: none;
}
a.buttonLink:hover {
	color: #0000cc;
	text-decoration: none;
}
a.buttonLink:active {
	color: #0000cc;
	text-decoration: none;
}

.inactiveLink {
	color: #aaaaaa;
}
.barText {
	color: white;
}

.big {
	font-size: 1.1em;
}
.bigger {
	font-size: 1.2em;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

td.horizontal {
	background: #666666;
	width: 1px;
}

.static {
	background-color: #c0c0c0;
	border: 1px solid #666666;
	margin: 0.1em;
	padding: 0.1em;
}
