<!--

/*Do not remove fonts, only change the order, as older browsers may not understand the font you specify*/
	BODY	{ 
		font-size: 10pt;
		font-family: Arial;
		color: #003399;
		background-color: white;
		background-image: url('images/background.gif');
}
				 
	p	{
		text-indent: 0;
		margin-left: 5px; 
		margin-right: 25px;	
}

/* "TH" is the first row of the trans tables, otherwise known as the table header */
	TH	{ background-color: #003399; color: white; font-size: 12pt; font-family: Arial;}

/* Changes for the odd rows in the tables */
.odd {background-color: #ffffcc; color: black; font-size: 10pt; font-family: Arial;}

/* Changes for the even rows in the tables */
.even {background-color: white; color: black; font-size: 10pt; font-family: Arial; }

/* Don't change, hard-coded in Ecom */
.search  {background-color: white; color: black; font-size: 10pt; font-family: Arial; } /*hard-coded do not change*/

/* Same as 2.2 */
#Logo{position: absolute; top:4px; left:520px; z-index: 100px; }

/*The background color of the drop-down menus*/
.clsMenuItemDN1 	{ FONT-SIZE: 12pt; CURSOR: hand; COLOR: #FFFFFF; font-family: Arial; BACKGROUND-COLOR: #003399; }
.clsMenuBarItemDN1 	{ FONT-SIZE: 12pt; COLOR: #FFFFFF; font-family: Arial;  TEXT-DECORATION: none; }
TABLE#tblMenuBarDN1 	{ PADDING-RIGHT: 1px; PADDING-LEFT: 0px; FONT-SIZE: 8pt; PADDING-BOTTOM: 0px; COLOR: white; PADDING-TOP: 1px; font-family: Verdana; }


/* Drop-down border */
div.clsMenuDN1 {TEXT-ALIGN:LEFT; PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 8pt; VISIBILITY: hidden; PADDING-BOTTOM: 4px; WIDTH: 200px; PADDING-TOP: 0px; font-family: Verdana; position: absolute; BACKGROUND-COLOR: #00659C;}

/* How the hyperlinks behave/appear within the drop-downs */
div.clsMenuDN1 A {COLOR: white;}
div.clsMenuDN1 A:Link {COLOR: white;}
div.clsMenuDN1 A:Active {COLOR: red;}
div.clsMenuDN1 A:Visited {COLOR: white;}
div.clsMenuDN1 A:hover {COLOR:red;}

.clsNav1Menu 	 {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: rgb(82,99,156);}
.clsNav1MenuHref {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: rgb(82,99,156);}
.clsDataNav1Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: rgb(82,99,156);}
.clsDataNav2Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: rgb(82,99,156);}

/* How the links behave/appear in the whole site, excluding the drop-down menus */
a:link		{color: blue; text-decoration: none;}
a:visited	{color: purple; text-decoration: none;}
a:active	{color:red; text-decoration: none;}
a:hover		{color: red; text-decoration: underline;}

-->