body, h1, img, li, p, pre, td {
	color:								black;
	font-family:					arial, helvetica, sans-serif;
	font-size:						16pt;
}

body {
	background-color:			#ccffcc;
	background-repeat:		no-repeat;
	background-position:	bottom right;
	background-attachment:fixed;
/*	background-image:			url("img/scroll.gif");*/
	margin-top:						5px;
}

h1 {
	font-size:						20pt;
	font-weight:					bold;
}

h3 {
  font-size:						18pt;
	font-weight:					bold;
}

img {
	border-style:					none;
	border-width:					0px;
}

img.middle {
  vertical-align:				middle;
}

ol, ul {
	line-height:					1.4;
}

p, pre {
	text-align:						left;
	text-indent:					0cm;
	line-height:					1.2;
	margin-bottom:				0.5cm;
}

table.layout {
	text-align:						center;
	margin-left:					0px;
	width:								100%;
}

td {
  text-align:						left;
}

td.side {
  width:								65px;
  text-align:						left;
	vertical-align:				top;
}

td.vbar {
  width:								9px;
}

.construction {
  color:								black;
	background-color:			#ff0000;
}

.hide {
  visibility:						hidden;
	font-size:						1pt;
}

a:hover {
	background-color:			#99cc99;
}
