<!--

/*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: #CC0000;
		background-color: white;
		background-image: url('images/bg.jpg');
}

	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: #CC0000; 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: #C8C8C8; 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:5px; left:460px; z-index: 100px; }

/*The background color of the drop-down menus*/
.clsMenuItemDN1         { FONT-SIZE: 8pt; CURSOR: hand; COLOR: #FFFFFF; font-family: Verdana;
                            BACKGROUND-COLOR:  #CC0000; }
.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:  #CC0000;}

/* How the hyperlinks behave/appear within the drop-downs */
div.clsMenuDN1 A {COLOR: #ffffff;}
div.clsMenuDN1 A:Link {COLOR: white; text-decoration: none;}
div.clsMenuDN1 A:Active {COLOR: white; text-decoration: none;}
div.clsMenuDN1 A:Visited {COLOR: white; text-decoration: none;}
div.clsMenuDN1 A:hover {COLOR:red; text-decoration: none;}

.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: #CC0000; text-decoration: underline;}
a:visited       {color: #CC0000; text-decoration: underline;}
a:active        {color: #CC0000; text-decoration: underline;}
a:hover         {color: #CC0000; text-decoration: underline;}

-->
