/*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, Times New Roman, Bodoni, Garamond, Minion Web, ITC Stone Serif, MS Georgia, Bitstream Cyberbit, serif;		color: black; 		background-color: white;		background-image: url('images/background.jpg');}				 	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: black; color: #FFFFFF; font-size: 10pt; font-family: Arial, Times New Roman, Bodoni, Garamond, Minion Web, ITC Stone Serif, Georgia, Bitstream Cyberbit, serif;}/* Changes for the odd rows in the tables */.odd {background-color: ; color: black; font-size: 10pt; font-family: Arial,Times New Roman, Bodoni, Garamond, Minion Web, ITC Stone Serif, Georgia, Bitstream Cyberbit, serif;}/* Changes for the even rows in the tables */.even {background-color: rgb(215,215,215); 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:0px; left:0px; z-index: 100px; }/*The background color of the drop-down menus*/.clsMenuItemDN1 	{ FONT-SIZE: 8pt; CURSOR: hand; COLOR: #FFFFFF; font-family: Verdana; BACKGROUND-COLOR: #000000; }.clsMenuBarItemDN1 	{ FONT-SIZE: 8pt; COLOR: #FFFFFF; font-family: Verdana;  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;}/* 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: #84b0f2;}.clsNav1MenuHref {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #84b0f2;}.clsDataNav1Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #483d8b;}.clsDataNav2Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #483d8b;}/* 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;}