
A {
  color: #000099;
  text-decoration: none;
}

A:Visited {
  color: #000099;
}

A:Active {
  color: #000099;
}

A:Hover {
  color: #FF0000;
  text-decoration: underline;
}

.nav {
  color: #000080;
  background-color: #eeeeff; /* last color was #289DA4 */
}

A.nav {
  color: #000080;
  text-decoration: none;
   FONT-SIZE: 9pt;
}

A.nav:Visited {
  color: #000080;
  text-decoration: none;
}

A.nav:Active {
  color: GREEN;
  text-decoration: none;
}

A.nav:Hover {
  color: RED;
  text-decoration: none;
}

 select.mm {
   background:#FFFFFF;
   color:#000000;
   FONT-SIZE: 10pt;
}

/* general table info for index.html */
table.nice {font-size: small;
	font-weight: normal;
	background-color: white}

/* top row formatting for tables in index.html */
tr.toprow {background-color: white}
tr.toprow A:link {color: blue;
	font-weight: normal}
tr.toprow A:visited {color: blue;
	font-weight: normal}

/* header row formatting for tables in index.html  */
/* this includes the rows right above the data and */
/* right below the data                            */
tr.header {background-color: #CCCCCC;
	color: black;
	font-size: x-small;
	font-weight: bold;
	font-family: arial}

/* formating for the row(s) containing stock data */
/* in index.html                                  */
tr.info {background-color: white;
	color: black;
	font-size: x-small;
	font-weight: normal;
	font-family: arial}
tr.info A:link {color: blue;
	font-weight: normal}
tr.info A:visited {color: blue;
	font-weight: normal}

/* formatting for top row of tables in myport.html */
tr.dettoprow {font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: #3366CC}

/* data row formatting for tables in myport.html */
/* there are 2 classes - allows alternating rows */
/* of colors to make the table look nicer        */
tr.info1 {font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-color: #CCCC99}

tr.info2 {font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC}

/* formatting for top row of tables in myquotepage.html */
tr.headrow {font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366CC}

/* data row formatting for tables in myquotepage.html */
/* there are 2 classes - allows alternating rows of   */
/* colors to make the table look nicer                */
tr.data1 {font-size: x-small;
	font-weight: bold;
	color: #000000;
	background-color: #CCCC99}

tr.data2 {font-size: x-small;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC}