
BODY	{ background:#fff url(images/bk.gif); color:#000; font-size: 12pt; }

/* Table Header */
TH	{ background: #08106b; color:#fff; font-size: 10pt;}

/*Font Information */
BODY, TD, TH { font-family: Arial, Verdana, Trebuchet, ITC Avant Garde Gothic, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, sans-serif; }

/*Logo Absolute Positioning */
#Logo{ position: absolute; top:10px; left:10px; z-index: 100px; }

/* Navigation Area Alignment */
#divMenuBarDN1	  { text-align:left; margin:3px;}
#divMenuBarBanner { text-align:left; margin:3px;}
#divMenuBarDN2    { text-align:left; margin:3px;}
#divMenuBarDN3    { text-align:left; margin:3px;}
#divMenuBarDN4    { text-align:left; margin:3px;}
#divMenuBarLogon  { text-align:left; margin:3px;}
#divData		  { }

/* Table odd rows, background colors must match */
	.odd  {background:#f7ebce; color:#000; font-size: 10pt;}
	.odd input.hidden {background:#f7ebce; border:0px;}

/* Table even rows, background colors must match */
	.even  {background:#fff; color:#000; font-size: 10pt;}
	.even input.hidden {background:#fff; border:0px;}


/* Drop-down menus background, also lines 64-65 in js.js */
.clsMenuItemDN1 	{ background:#08106b; color: #fff; font-size:8pt; cursor: hand; font-family: Verdana; padding: 1px 4px 1px 0px; }
.clsMenuBarItemDN1 	{ color: #08106b; font-size: 8pt; font-family: Verdana;}
TABLE#tblMenuBarDN1 	{ color:#08106b; font-size: 8pt; padding:4px 0px; font-family: Verdana; }

/* Drop-down border */
div.clsMenuDN1 { background:#08106b; text-align:left; font-size: 8pt; visibility: hidden; padding: 0px 1px 1px; width: 212px; font-family: Verdana; position: absolute; }

/* How the hyperlinks behave/appear within the drop-downs */
div.clsMenuDN1 A {color: #fff; text-decoration: none;}
div.clsMenuDN1 A:Active {color: #fff; text-decoration: none;}
div.clsMenuDN1 A:Visited {color: #fff; text-decoration: none;}
div.clsMenuDN1 A:hover {color:#fff; text-decoration: none;}


/* How the links behave/appear in the whole site, excluding the drop-down menus */
a:link		{color: blue; text-decoration: underline;}
a:visited	{color: purple; text-decoration: underline;}
a:active	{color: #d6b273; text-decoration: underline;}
a:hover	{color: #00f; text-decoration: underline;}
.image	{color: #00f; text-decoration: underline; cursor:hand; }
a.sort 		{color:#fff; text-decoration: underline;}
a.sort:visited {color:#fff; text-decoration: underline;}
a.sort:hover   {color:#fff; text-decoration: underline;}

TD.ROWSPACER { line-height:3px;}
p	{text-indent: 0; margin-left: 5px; margin-right: 25px; }
