body  {
		color: #333333;
		font-family: Arial, Tahoma;
		font-size: 12px;
}

p {font-size: 12px; color: #333333;}
td {font-size: 12px; color: #333333; }
html {color: #333333;}

.PageHeader {
  font-family: Arial, Tahoma;
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

.header {
	background-color: #000042;
	border-bottom: 1px solid #80C17F;
}

a:link {
  color: #4B4E9B;
  text-decoration: underline;
  font-weight: normal;
}

a:visited {
  color: #4B4E9B;
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  color: #4B4E9B;
  text-decoration: none;
  font-weight: normal;
}

a.navLinks:link {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

a.navLinks:visited {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

a.navLinks:hover {
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}

a.navLinks_small:link {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
}

a.navLinks_small:visited {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
}

a.navLinks_small:hover {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
  font-size: 10px;
}

.table_header_1 {
  padding: 4px;
	font-size: 8pt;
	color: white;
	font-weight: bold;
}

.members_bar {
  padding: 4px;
	font-size: 7pt;
	color: white;
	font-weight: bold;
}

.table_header_2 {
  padding: 4px;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #4B4E9B;
}

.table_cell_1 {
  padding: 4px;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #E2E2E2;
}

.table_cell_2 {
  padding: 4px;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #C0C0C0;
}

.error_table {
	border: 1px solid #4B4E9B;
}

.error_table_header_cell {
	padding: 6px;
	color: white;
	background-color: #4B4E9B;
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
}

.error_table_body_cell {
	padding: 6px;
	background-color: white;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
}