<!--

/*Do not remove fonts, only change the order, as older browsers may not understand the font you specify*/
	BODY	{ 
		font-size: 12pt;
		font-family: Arial, Verdana, Trebuchet, Times New Roman, Courier New,  Bodoni, Garamond, Minion Web, ITC Stone Serif, MS Georgia, Bitstream Cyberbit, serif;
		color: black; 
		background-color: white;
		background-image: url('images/');
}
				 
	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: #8b5d6d; color: #FFFFFF; font-size: 10pt; font-family: Arial, Verdana, Trebuchet, Times New Roman, Courier New, Bodoni, Garamond, Minion Web, ITC Stone Serif, Georgia, Bitstream Cyberbit, serif;}

/* Changes for the odd rows in the tables */
.odd {background-color: white; color: ; font-size: 10pt; font-family: Arial, Verdana, Trebuchet, Times New Roman, Courier New, Bodoni, Garamond, Minion Web, ITC Stone Serif, Georgia, Bitstream Cyberbit, serif;}

/* Changes for the even rows in the tables */
.even {background-color: #92b9ac; color: ; font-size: 10pt; font-family: Arial, Verdana, Trebuchet, Times New Roman; }

/* Don't change, hard-coded in Ecom */
.search  {background-color: white; color: #000343; font-size: 10pt; font-family: Times New Roman; } 

/*Font size for the 'Details' drop downs, the color will pull from the row it drops from*/
.DATAFONT  {
	font-size: 10pt;
}

/*These values are used for hidden properties in the payment lists. should correspond to the table odd even*/
	BODY { font-family: Arial, Verdana, Trebuchet, Times New Roman, Verdana, Trebuchet, ITC Avant Garde Gothic, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, sans-serif; color:  ;font-size:12pt;}
    FORM { font-family: Arial, Verdana, Trebuchet, Times New Roman, Verdana, Trebuchet, ITC Avant Garde Gothic, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, sans-serif; color: ;font-size:12pt;}
    TR.ODD  { background-color: ; color: ;font-size:12pt;}
    TR.EVEN { background-color: #92b9ac; color: ;font-size:12pt;}
    TR.HEADER { background-color: #8b5d6d ; color: #FFFFFF;font-size:12pt;}
    TH { font-family: Arial, Verdana, Trebuchet, ITC Avant Garde Gothic, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, sans-serif;  color: #FFFFFF;font-size:12pt;}
    TD { font-family: Arial, Verdana, Trebuchet, ITC Avant Garde Gothic, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, sans-serif;  color: ;font-size:12pt;}
    TD.DataFont { font-family: Arial, Verdana, Trebuchet, ITC Avant Garde Gothic, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, sans-serif;  color: ;font-size:12pt;}
    .PAGECOLORFONT { font-family: Arial, Verdana, Trebuchet, ITC Avant Garde Gothic, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, sans-serif;  color: ;font-size:12pt;}
    TD.ROWSPACER { line-height:3px;}
    A:link { color: ;}
    A:visited { color: ;}
    A:active { color:  ;}
    .hidden {WIDTH: 88px; HEIGHT: 22px; BACKGROUND-COLOR: ; TEXT-ALIGN: right; border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none}
    .shown  {WIDTH: 88px; HEIGHT: 22px; BACKGROUND-COLOR: white; TEXT-ALIGN: right; border-top-style:solid; border-left-style:solid; border-bottom-style:inset; border-right-style:inset}

/* Same as 2.2 */
#Logo{position: absolute; top:35px; left:2px; z-index: 10px; }

/*The background color of the drop-down menus*/
.clsMenuItemDN1 	{ FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #8b5d6d;PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
.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: 4px; COLOR: 8b5d6d; PADDING-TOP: 4px; font-family: Verdana; }


/* Drop-down border */
div.clsMenuDN1 {TEXT-ALIGN:LEFT; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 8pt; VISIBILITY: hidden; PADDING-BOTTOM: 0px; WIDTH: 220px; PADDING-TOP: 0px; font-family: Verdana; position: absolute; BACKGROUND-COLOR: #8b5d6d;}

/* 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: #000000;}
div.clsMenuDN1 A:Visited {COLOR: white;}
div.clsMenuDN1 A:hover {COLOR: #000000; BACKGROUND-COLOR: 8b5d6d;}

.clsNav1Menu 	 {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #8b5d6d;}
.clsNav1MenuHref {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #8b5d6d;}
.clsDataNav1Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #8b5d6d;}
.clsDataNav2Menu {FONT-SIZE: 8pt; COLOR: #ffffff; font-family: Verdana; BACKGROUND-COLOR: #8b5d6d;}

/* 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:blue; text-decoration: none;}
a:hover		{color: blue; text-decoration: none;}


