/*==================================================================================================*/
/* Revision History:
/*		v1.0 - 03/31/2006 GJM: Page created
/*==================================================================================================*/

body {
	background:#FFFFFF;
	font-family:Arial;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.button {
  font: 9pt Arial;
  color:#FFFFFF;
  background:#2E4281;
  font-weight: normal;
}

.button_on {
  font: 9pt Arial;
  color:#FFFFFF;
  background:#2E4281;
  font-weight: bold;
}

a {
	font: 9pt Arial;
	text-decoration: underline;
  color:#2E4281;
}

a:hover {
	font: 9pt Arial;
	text-decoration: none;
	font-weight: normal;
  color:#2E4281;
}

a.cellLink {
	font: 9pt Arial;
	color: #2E4281;
	text-decoration: underline;
	font-weight: normal;
  cursor: hand;
  cursor: pointer;
}

a.cellLink:hover {
	font: 9pt Arial;
	color: #2E4281;
	text-decoration: none;
	font-weight: normal;
}


li {
  list-style-image: url(../images/bluebullet.gif);
  margin-bottom: 5px;
	font: 9pt Arial;
	color: #2E4281;
}

.jobText {
	font: 11pt Arial;
	color: #000000;
}

td.tableDetailCell {
	font: 9pt Arial;
	color: #000000;
  font-weight: normal;
}

td.FundLinkDetailCell {
	font: 8pt Arial;
	color: #000000;
  font-weight: normal;
  border-left : 1 solid #B2C2D9;
}

td.FundLinkDetailCellLeft {
	font: 8pt Arial;
	color: #000000;
  font-weight: normal;
}

tr.tableHeaderRow {
	background-color: #2E4281; 
}

tr.tableOddRow {
	background-color: #E8EDF4; 
}

tr.tableEvenRow {
	background-color: #FFFFFF; 
}

td.tableHeaderCell {
	font: 9pt Arial;
	color: #FFFFFF;
  font-weight: bold;
  background-color: #2E4281; 
}


table.background {
	font: 9pt Arial;
	color: #000000;
  font-weight: normal;
  background-image: url(../images/money_cellpic_rev2.jpg);
  background-repeat: no-repeat;
  height: 446px;
}

table.background_200 {
	font: 9pt Arial;
	color: #000000;
  font-weight: normal;
  background-image: url(../images/page_bg_200px.jpg);
  background-repeat: no-repeat;
  height: 200px;
}

table.background_300 {
	font: 9pt Arial;
	color: #000000;
  font-weight: normal;
  background-image: url(../images/page_bg_300px.jpg);
  background-repeat: no-repeat;
  height: 300px;
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
}