/*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;
		color: 000000; 
		/*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: #027884; color: #FFFFFF; font-size: 10pt; font-family: Arial;}

/* Changes for the odd rows in the tables */
.odd {background-color: #FFFCD5; color: black; font-size: 12pt; font-family: Arial;}

/* Changes for the even rows in the tables */
.even {background-color: #FDFCEC; color: black; font-size: 12pt; font-family: Arial; }

/* Don't change, hard-coded in Ecom */
.search  {background-color: white; color: black; font-size: 10pt; font-family: Arial; } 

/*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; color: #000000;font-size:12px;} /*used for "List of accounts ..." text*/
    FORM { font-family: Arial; color: #000000;font-size:12px;}
    TR.ODD  { background-color: #FFFCD5; color: #000000;font-size:12px;}
    TR.EVEN { background-color: #FDFCEC; color: #000000;font-size:12px;}
    TR.HEADER { background-color: #027884 ; color: #FFFFFF;font-size:12px;}
    /*Below: TH and TD, changes fonts in body of page*/
	 TH { font-family: Arial;  color: #FFFFFF;font-size:12;}
    TD { font-family: v;  color: #000000;font-size:12px;}
    TD.DataFont { font-family: Arial;  color: #000000;font-size:12px;}
    .PAGECOLORFONT { font-family: Arial;  color: #000000;font-size:12px;}
    TD.ROWSPACER { line-height:3px;}
    A:link { color: #008080  ;}
    A:visited { color: #008080 ;}
    A:active { color: #0000FF ;}
    .hidden {WIDTH: 100px; HEIGHT: 22px; BACKGROUND-COLOR: #CCCCCC; TEXT-ALIGN: right; border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none}
    .shown  {WIDTH: 100px; HEIGHT: 22px; BACKGROUND-COLOR: CCCCCC; 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:41px; left:10px; z-index: 100px; }

/*The background color of the drop-down menus*/
.clsMenuItemDN1 	{ FONT-SIZE: 8pt; CURSOR: hand; COLOR: FFFFFF; font-family: Verdana; BACKGROUND-COLOR: #003399;PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;} /*color of line under accounts menu*/
.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: FFFFFF; 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: 240px; PADDING-TOP: 0px; font-family: Verdana; position: absolute; BACKGROUND-COLOR: #003399}

/* How the hyperlinks behave/appear within the drop-downs */
div.clsMenuDN1 A {COLOR: FFFFFF;  text-decoration: none;}
div.clsMenuDN1 A:Link {COLOR: FFFFFF; text-decoration: none;}
div.clsMenuDN1 A:Active {COLOR: FFFFFF; text-decoration: none;}
div.clsMenuDN1 A:Visited {COLOR: FFFFFF; text-decoration: none;}
div.clsMenuDN1 A:hover {COLOR: FFDB4C; BACKGROUND-COLOR: #003399; text-decoration: none;} /*MENU ITEM HOVER COLOR!!!*/

.clsNav1Menu 	 {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #FFFFFF; font-family: Verdana; BACKGROUND-COLOR: #003399;}
.clsNav1MenuHref {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #FFFFFF; font-family: Verdana; BACKGROUND-COLOR: #003399;}
.clsDataNav1Menu {FONT-SIZE: 8pt; COLOR: #FFFFFF; font-family: Verdana; BACKGROUND-COLOR: #003399;}
.clsDataNav2Menu {FONT-SIZE: 8pt; COLOR: #FFFFFF; font-family: Verdana; BACKGROUND-COLOR: #003399;}

/* How the links behave/appear in the whole site, excluding the drop-down menus */
a:link		{color: 0000FF; text-decoration: underline;}
a:visited	{color: 0000FF; text-decoration: underline;}
a:active	{color:#000066; text-decoration: underline;}
