/* Sheet for files in tables directory */

BODY
	{
	background-color:		#000066;
	font-family:		arial,helvetica,tahoma,sans-serif;
	font-size:			12pt;
	}

A:LINK
	{
	color:			#9999ff;
	}

A:ACTIVE
	{
	color:			#ff0000;
	}

A:VISITED
	{
	color:			#aaaaaa;
	}
										/* HEADING ELEMENTS */
H1
	{
	}

H2
	{
	}

H3
	{
	}

H4
	{
	}


										/* PARAGRAPH ELEMENTS */
P
	{
	}
										/* LARGE COLORED FIRST LETTER */
.INITIAL:FIRST-LETTER
	{
	font-size:		14pt;
	font-weight:	bold;
	color:		#000099;
	}
										/* CAPTION under graphics */
.caption
	{
	font-family:		arial,helvetica,sans-serif;
	font-size:			8pt;
	font-weight:		normal;
	text-align:			center;
	}
.textcenter {
	text-align:		center;
	}

										/* LEFT NAVIGATION prototype */
.l_Nav
	{
	background-color:		#000033;
	font-family:		arial,helvetica,tahoma,sans_serif;
	font-weight:		normal;
	font-size:			7.5pt;
	margin-left:		-3px;
	margin-top:			13px;
	}
										/* BOTTOM NAVIGATION for auto prototype */
.b_Nav
	{
	background-color:		#000066;
	font-family:		arial,helvetica,tahoma,sans_serif;
	font-weight:		normal;
	font-size:			7.5pt;
	text-align:			center;
	}

										/* LEGAL PARAGRAPH */
.LEGAL
	{
	font-family:	courier;
	font-size:		10pt;
	}

.LINKS
	{
	}

.SOURCES
	{
	font-size:		7.5pt
	}

.bottomTag
	{
	font-family:		arial,helvetica,sans-serif;
	font-size:			7.5pt;
	font-weight:		bold;
	color:			#ffff00;
	text-align:			center;
	}
										/* FOOTER bottom of page */

.pageFoot
	{
	font-family:		arial,helvetica,sans-serif;
	font-size:			7.5pt;
	font-weight:		bold;
	color:			#ffff00;
	}
									/* TOP OF PAGE PARAGRAPH at bottom of all pages */
.TOP
	{
	text-align:			right;
	}

TABLE
	{
	background-color:		#000066;
	}

.tableDta
	{
	background-color:		#ffffff;
	width:			100%;
	}

.tableSuggest
	{
	background-color:		#ffffff;
	float:			right;
	}

TH
	{
	}

.thHdr
	{
	font-family:		georgia,"times new roman",times,serif;
	padding-top:		1em;
	padding-left:		6px;
	font-size:			16pt;
	text-align:			left;
	color:			#cc0000;
	}

.thSubHdr
	{
	font-family:		arial,helvetica,tahoma,sans-serif;
	padding-bottom:		1em;
	padding-left:		2%;
	font-size:			10pt;
	text-align:			left;
	color:			#000066;
	}

.thLgnd
	{
	color:			#000066;
	background-color:		ffcccc;
	font-size:			10pt;
	}

TD	{
	}

.tdDta
	{
	font-size:			10pt;
	padding-left:		.5em;
	border-top:			dotted;
	border-left:		solid;
	border-width:		thin;
	border-color:		#aaaaaa;
	margin-top:			10px;
	}

.tdNum
	{
	font-size:			10pt;
	text-align:			right;
	border-top:			dotted;
	border-left:		solid;
	border-width:		thin;
	border-color:		#aaaaaa;
	margin-top:			10px;
	}

.mstHead
	{
	text-align:			center;
	}

.listnav {
		width:		110px;
		font-size:		80%;
		}

/* IMAGES */

.floatimgleft {
	float:		left;
	margin:		10px 10px 10px 0px;
	text-align:		center;
	font-family:	helvetica,verdana,arial,sans-serif;
	font-size:		8pt;
	}

.floatimgright {
	float:		right;
	margin:		10px 0px 10px 10px;
	text-align:		center;
	font-family:	helvetica,verdana,arial,sans-serif;
	font-size:		8pt;
	clear:		right;
	margin-right:	expression(-10+"px");
	padding-left:	expression(2+"px");
	}
