.c	{text-align: center;
	}
.l	{text-align: left;
	}
.r	{text-align: right;
	}

BODY, DD, DL, DT, H1, H2, H3, H4, LI, OL, P, TABLE, TD, UL	{font-family: Verdana, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

/*
BODY	{background-attachment: fixed;
	background-color: white;
	background-image: url("img/.jpg");
	background-position: center right;
	background-repeat: repeat-y;
	}
*/

BODY	{background-color: white;
	}

DT	{font-weight: bold;
	margin-top: 0.75em;
	}

H1, H2, H3	{font-weight: bold;
	text-transform: uppercase;
	}

H1	{font-size: 24pt;
	}

H2	{font-size: 16pt;
	}

H3	{font-size: 10pt;
	}

H4	{font-size: 9pt;
	font-weight: bold;
	}

IMG.l	{float: left;
	margin-right: 1em;
	}
IMG.r	{float: right;
	margin-left: 1em;
	}

P	{margin: 0;
	}

Q	{quotes: "\201C" "\201D";
	}

SMALL	{font-size: 0.9em;
	}

TABLE.c	{margin-left: auto;
	margin-right: auto;
	}
TABLE.main	{left: 0;
	position: absolute;
	table-layout: fixed;
	top: 0;
	}
TABLE.pvlist	{margin-left: auto;
	margin-right: auto;
	}

TD	{text-align: left;
	vertical-align: top;
	}
TD.filler_l	{background-image: url("img/left2.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	width: 65px;
	}
TD.filler_r	{background-image: url("img/right.jpg");
	background-position: bottom right;
	background-repeat: repeat-y;
	width: 65px;
	}
TD.img	{text-align: center;
	}
TD.ledlink	{font-size: 1.1em;
	font-weight: bold;
	padding-right: 2em;
	text-align: left;
	vertical-align: middle;
	}

TABLE.pvlist	TD	{border-bottom: 1px gray solid;
	}

TH	{text-align: left;
	vertical-align: bottom;
	}

TABLE.pvlist	TH	{background: #DEDDEE;
	text-align: right;
	vertical-align: top;
	}

