
	<!-- overall styles for most pages (with tan background) -->
	<!-- tabs -->
	<!-- buttons -->
	<!-- tables -->
	<!-- fields (entry fields and display fields) -->
	<!-- miscellaneous -->

<!-- overall styles for most pages (with tan background) -->
	body {
		font-family: arial,verdana,sans-serif;
		font-size: 10pt;
		background-color: #EFEFE7;
		}
  <!--      background-color:rgb(239,239,231); - -> <!-- the same as #EFEFE7 -->

	td {
		color: black;
		font-family: arial,verdana,sans-serif;
		font-size: 10pt;
		}
		
	a	{
		text-decoration: none;
		}
	a:visited {
		color:white
		text-decoration: none;
		}

	input {
		font-family: verdana,arial;   <!-- courier,monospace; -->
		font-size: 8pt;
		} 

	div {
		color: black;
		font-family: arial,verdana,sans-serif;
		font-size: 10pt;
		}

	h2 {
		color: black;
		font-family: arial,verdana,sans-serif;
		}
	h3 {
		color: black;
		font-family: arial,verdana,sans-serif;
		}
	blockquote {
		color: black;
		font-family: arial,verdana,sans-serif;
		}


<!-- help and navigation -->
	body.help {
		background-color: #3F5054;
		}


<!-- help -->
	table.help {
		background-color: #3F5054;
		}
	
	a.helpBoldWhite {
		color: white;
		font-weight: bold;
		}
	a.helpWhite {
		color: white;
		}


	<!-- info messages -->
	td.infoTitle {
		background-color: #132A7F;
		font-size:10pt;
		color: white;
		}
	td.infoBlue {
		font-size:10pt;
		color: #132A7F;
			
		}
	td.infoBlueBold {
		font-size:10pt;
		color: #132A7F;
		font-weight:bold;	
		}
	td.infoBlack {
		font-size:10pt;
		color: black
		}
	
	<!-- error messages -->
	td.errorTitle {
		background-color: #C61F00;
		font-size:10pt;
		color: white;
		}
	td.errorRed {
		font-size:10pt;
		color: #C61F00;	
		}
	td.errorBlack {
		font-size:10pt;
		color: black
		}



<!-- tabs -->
	td.forTab {
		color: #00406A;
		font-weight: bold;
		}
	td.bakTab {
		color: #00406A;
		}
	td.itemBakTab {
		color: #00406A;
		}
	td.itemForTab {
		color: #00406A;
		font-weight: bold;
		}
	
	a.forTab {
		color: #00406A;
		font-weight: bold;
		}
	a.bakTab {
		color: #00406A;
		}
	a.itemBakTab {
		color: #00406A;
		}
	a.itemForTab {
		color: #00406A;
		font-weight: bold;
		}
	a.forTab:visited {
		color: #00406A;
		font-weight: bold;
		}
	a.bakTab:visited {
		color: #00406A;
		}
	a.itemBakTab:visited {
		color: #00406A;
		}
	a.itemForTab:visited {
		color: #00406A;
		font-weight: bold;
		}
	a.forTab {
		color: #00406A;
		font-weight: bold;
		}
	a.bakTab {
		color: #00406A;
		}
	a.forTab:visited {
		color: #00406A;
		font-weight: bold;
		}
	a.bakTab:visited {
		color: #00406A;
		}



<!-- buttons -->
	td.blueButton {
		font-size: 10pt;
		color: white;
		background-color: #5A73AD;
		}
	td.greyButton {
		font-size: 10pt;
		color: white;
		background-color: #E6E6E6;
		}
	td.tanButton {
		font-size: 10pt;
		color: #000000;
		background-color: #DED6C2;
		}

	a.tanButton	{
		font-size: 10pt;
		color:black;
		text-decoration: none;
		}
	a.tanButton:visited	{
		font-size: 10pt;
		color:black;
		text-decoration: none;
		}
	a.blueButton {
		font-size: 10pt;
		color:white;
		text-decoration: none;
		}
	a.blueButtonBold {
		font-size: 10pt;
		color:white;
		font-weight: bold;
		text-decoration: none;
		}
	




<!-- tables -->
	table.infoTable {
		background-color: #82807A;
		}

	td.tableName {
		color: white;
		font-size: 10pt;
		font-weight: bold;
		background-color: #687B7F;
		}
	td.tableHeader {
		font-size: 10pt;
		font-weight: bold;
		background-color: #94B2C6;
		color: white;
		}
	td.data {
		font-size: 8pt;
		background-color: #E7E7E7;
		}
	td.tableRow {
		font-size: 10pt;
		background-color: #E6E6DE;
		}
	td.tableRow2 {
		font-size: 10pt;
		background-color: #CED4D1;
		}
	td.tableRowRed {
		background-color: #C61F00;
		font-size:10pt;
		color: white;
		font-weight: bold;
		}
	td.tableRowGreen {
		background-color: #339933;
		font-size:10pt;
		color: white;
		font-weight: bold;
		}

	a.resultNum {
		color:#132A7F;
		text-decoration: none;
		}
	a.resultName {
		color:#132A7F;
		text-decoration: underline;
		}
	a.resultSelected {
		color:#000000;
		text-decoration: none;
		font-weight: bold;
		}

<!-- fields (entry fields and display fields) -->
	td.fieldValue {
		background-color: #C8C1B0;
		}


<!-- miscellaneous -->
	body.empty {
		background-color: #708489;
		}
		
	b.timePeriod {
		font-weight: bold;
		}
	b.boldIt {
		font-weight: bold;
		}
		
	small.tinyAuthor {
		font-size: 8pt;
		}
		
		
	td.timePeriod {
		font-weight: bold;
		}
	td.justBold {
		font-weight: bold;
		}
	td.whiteSpot {
		background-color: #FFFFFF;
		}

