<!--

/*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/bg.gif');
}
				 
	p	{
		text-indent: 0;
		margin-left: 5pt; 
		margin-right: 25pt;
}

/* "TH" is the first row of the trans tables, otherwise known as the table header */
	TH	{ 
		background-color: #004D84; color: #CECBCE; 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:#CECBCE; 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: #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:500px; z-index: 100px; }

/*The background color of the drop-down menus*/
.clsMenuItemDN1 	{ FONT-SIZE: 8pt; CURSOR: hand; COLOR: #FFFFFF; font-family: Verdana; BACKGROUND-COLOR: #004D84; }
.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; BACKGROUND-COLOR:  #004D84;}

/* How the hyperlinks behave/appear within the drop-downs */
div.clsMenuDN1 A {COLOR:  #CECBCE;}
div.clsMenuDN1 A:Link {COLOR:  #CECBCE;}
div.clsMenuDN1 A:Active {COLOR: #22A2FF;}
div.clsMenuDN1 A:Visited {COLOR:  #CECBCE;}
div.clsMenuDN1 A:hover {COLOR:#1CA6FF}

.clsNav1Menu 	 {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #004D84;}
.clsNav1MenuHref {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR:#004D84;}
.clsDataNav1Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #004D84;}
.clsDataNav2Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #004D84;}

/* How the links behave/appear in the whole site, excluding the drop-down menus */
a:link		{color:blue; text-decoration: none;}
a:visited	{color:blue; text-decoration: none;}
a:active	{color:#1CA6FF; text-decoration: none;}
a:hover		{color: blue; text-decoration: underline;}

-->-->