body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana,Tahoma,sans-serif
}

p,td,th { font-size: 10pt; }

.footer { font-size: 60%; }

div.running {
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
}
table.light {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}
table.light th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #CCCCCC;
}
table.light td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #CCCCCC;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border-width: 0px;
}

.bigbutton { font-size: 150%; }
.smallbutton { font-size: 75%; }

a.tip {
	position: relative;
	z-index: 24;
	text-decoration: none;
	font-style: italic;
	font-size: 10px;
}
a.tip:hover { z-index: 25; }
a.tip span { display: none; }
a.tip:hover span {
	display: block;
	position: absolute;
	bottom: 0em; right: 0em;
	padding: 2px 4px 2px 4px;
	border: 1px solid #000000;
	background-color: #FFFF66;
	color: #000000;
	text-align: center;
}
.block   { cursor: move; text-align: left; position: absolute; }
#preview {
	margin-right: auto;
	margin-left: auto;
}

