
BODY {
	background: white;
}

A:link {
	/* color: #404000;		/* dark olive */
	color: #006131;		/* dark olive */
	font-style: bold;
	background: transparent;
	text-decoration: none;
}

A:active {
	/* color: maroon;		/* #800000 */
	color: #9c0031;		/* red/maroon */
	background: transparent;
	text-decoration: none;
}

A:visited {
	/* color: #909000;		/* Olive */
	color: #319e31;		/* Olive */
	background: transparent;
	text-decoration: none;
}

A:hover {
	/* color: #d50000;			/*  brownish burgundy */
	color: #c1cf63;			/*  bright green */
	background: transparent;
	text-decoration: none;
}

P, LI, UL {
	font-family: sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: transparent;
	font-family: sans-serif
}

.copyright {
	font-size: x-small;
}

.TableTitle{
	font-family:"Arial Narrow";
	font-weight:bold;
}

.TableText{
	font-family:"Arial Narrow";
}

.position{
	font-weight:bold;
}

.company{
	font-weight:bold;
}

