BODY {
	background-color: #FFFFFF;
	color:#000000;
}

A:link		{ color: #0000AA }
A:visited	{ color: #000099 }
A:active	{ color: #FF0000 }

A.banner:link		{ color: #FFFFFF }
A.banner:visited	{ color: #FFFFFF }
A.banner:active		{ color: #FF0000 }

P.left		{ text-align: left }
P.center	{ text-align: center }
P.right		{ text-align: right }

DIV.left	{ text-align: left }
DIV.center	{ text-align: center }
DIV.right	{ text-align: right }

IMG.left	{ float: left; }
IMG.right	{ float: right; }

BIG.x-large	{ font-size: x-large }

BIG.enter {
	font-size: x-large;
  font-weight: bold;
}
DIV.LLCmain	{
	text-align: right;
	margin-bottom: 0.5em;
}
DIV.indent10	{ padding-left: 10px }
DIV.indent2e	{ padding-left: 2em }
P.indent10		{ padding-left: 10px }
P.indent2e		{ padding-left: 2em }
SPAN.underdeveloped	{ color: #999999 }
SPAN.nolink			{ color: #999999 }
SPAN.notify			{ color: #990000 }

B.topic	{ margin-top: 5px }

B.name	{ color: #000099 }

P.indent {
	margin-left: 3em;
	margin-right: 3em;
}
P.footer {
	text-align: right;
	margin-top: 0em;
}

DIV.indent {
	margin-left: 3em;
	margin-right: 3em;
}

DIV.title {
  margin-top : 7em;
  margin-bottom : 7em;
}

DIV.topFooter {
  margin-top: 7em;
}

BODY.right {
  text-align: right;
}


