


BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
}

H1.error {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: red;
}

H2 {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

TD H2 {
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

P {
	text-align: center;
}

DIV.version {
	text-align: center;
	font-size: 8pt;
}

A:link {
	color: #4080FF;
}

A:active {
	color: #606060;
}

A:visited {
	color: #6080BF;
}

TD {
	font-size: 10pt;
}

TD.description {
	background-color: #FFFFC0;
}

TD.heading {
	background-color: #005bb7;
	color: white;
	font-weight: bold;
}

TD.heading A:link {
	color: white;
}

TD.heading A:active {
	color: yellow;
}

TD.heading A:visited {
	color: #FFFFC0;
}

TD.succeeded {
	background-color: #00FF00;
}

TD.failed {
	background-color: #FF0000;
}

TD.notbuilt {
}

TD.dirheading {
	background-color: #6080BF;
	color: white;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

TD.dirlist {
	background-color: white;
}

TD.dirlistalt {
	background-color: #FFFFC8;
}

TD.errormsg {
	text-align: center;
	font-size: 12pt;
	color: red;
}

TD.buttons {
	text-align: right;
}
