BODY, TABLE, TR, TD	{ font-family: arial, sans-serif; font-size: 12pt; color: black; }

BODY			{ margin: 50px 50px 50px 250px; background: white; }

DIV.header		{ position: absolute; top: 0px; left: 0px; z-index: 100; }
DIV.menu		{ position: absolute; top: 10px; left: 10px; z-index: 200; line-height: 1.2em; }
DIV.margin		{ position: absolute; top: 300px; left: 10px; z-index: 200; line-height: 1.2em; }

.small			{ font-size: 10pt; }
.large			{ font-size: 14pt; }
.right			{ float: right; }
.center			{ text-align: center; }

A:link			{ color: #0000a0; text-decoration: none; }
A:active		{ color: #0000a0; text-decoration: none; }
A:visited		{ color: #0000a0; text-decoration: none; }
A:hover			{ color: #0000a0; text-decoration: underline; }

A.menu			{ color: white; font-weight: bold; text-decoration: none; }
A:link.menu		{ color: white; font-weight: bold; text-decoration: none; }
A:active.menu	{ color: white; font-weight: bold; text-decoration: none; }
A:visited.menu	{ color: white; font-weight: bold; text-decoration: none; }
A:hover.menu	{ color: white; font-weight: bold; text-decoration: underline; }

A.black			{ color: black; font-weight: bold; text-decoration: none; }
A:link.black	{ color: black; font-weight: bold; text-decoration: none; }
A:active.black	{ color: black; font-weight: bold; text-decoration: none; }
A:visited.black	{ color: black; font-weight: bold; text-decoration: none; }
A:hover.black	{ color: black; font-weight: bold; text-decoration: underline; }

IMG				{ border: 0px; }

TABLE, TR, TD	{ border: 0px; padding: 0px; }
