/*
 * Dark Blue-Purple: #374192
 * Dark Purple: 6666cc
 * Light Purple-Violet: #a7a5c9 
 * White: #FFFFFF
 * Navy-Blue (not used): #203554
 * GreyColor:c #bfbcbc
 * Grey Border Color: #7f7e7d
 */


A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR, LI, P, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
body { 
	margin: 0px;
	Background-color: #bdbdd5;
  color: #1c2c46;
}

.mainmenu {
  background-color: #6666cc;
}

.topMenu {
  background-color: #bfbcbc;
	border: 1px solid #7f7e7d;
}


.header {
  background-color: #bdbdd5;
}

A:Link {
	Color: black;
	Text-Decoration: none;
  Font-Weight: bold;
}
A:Visited {
	Color: black;
	Text-Decoration: None;
  Font-Weight: bold;
}
A:Active {
	Color: black;
	Text-Decoration: None;
  Font-Weight: bold;
}
A:Hover {
	Color: black;
	Text-Decoration: Underline;
  Font-Weight: bold;
}

TABLE.RecordsTable {
	border: 1px outset #000000;
	background-color: #bfbcbc;
	font-size: 12px;
}

.RecordsTableHeader {
	background-color: #6666cc;
	font-weight: bold;
	color: black;
	Border-Bottom: #000000 1px outset;
	white-space: nowrap;
	padding: 4px;
}


.Record {
	background-color: #bfbcbc;
  /* color: #a7a5c9; */
  color: black; 
	Border-Bottom: #bfbcbc 1px outset;
}

.MenuTable {
	background-color: #bfbcbc;
	font-weight: none;
	color: #000000;
	border: 1px outset #000000;
	white-space: nowrap;
}

.FooterTable {
	background-color: #374192;
	font-weight: none;
	color: black;
	border: 1px outset #000000;
	white-space: nowrap;
}

.ErrorTable {
    width: 100%;
	padding: 10px;
	background-color: #a7a5c9;
	font-weight: none;
	border: 1px solid #000000;
}

A.wLink { 
	Color: black;
  font-weight: bold;:
}

A:Hover.wLink { 
	/* Color: #E9E9E9; */
  Color: black;
  font-weight: bold;
}
A:Visited.wLink { 
	Color: black;
  font-weight: bold;
  /* Color: #E9E9E9; */
}

.notices {
	background-color: #a7a5c9;
	color: #FFFFFF;
	border: 1px solid #000000;
}

