
body 
  { background-color: white }



a.nounderline
  { text-decoration: none }

a.nounderlineblack
  { text-decoration: none; 
  color: Black; 
  }

a.current
  { color: white;
    background-color: navy }



tr.selectedrow
  { background-color: navy; 
    color: white }

td.error
  { color: red;
    font-weight: bold }

.th
  { text-align: center;
    color: navy;
    font-weight: bold;
  }

div.th
  { text-align: center;
    color: navy;
    font-weight: bold;
    border-bottom: 1px solid;
    border-bottom-color: navy	 
  }



table.errors
  { color: red;
    font-weight: bold }
table.errors td
  { vertical-align: top }

table.header 
  { table-layout: fixed;
    border: none;
    font-size: 12px;
    font-family: Arial;
    color: navy }
table.header td 
  { border: none;
    text-align: center;
    vertical-align: middle }

table.footer 
  { table-layout: fixed;
    border: none;
    font-size: 10px;
    font-family: Arial;
    color: navy }
table.footer td 
  { border: none;
    text-align: center;
    vertical-align: middle }

table.news 
  { table-layout: fixed;
    border: none;
    text-align: left;
    vertical-align: middle;
    color: black;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial }
table.news th 
  { text-align: center;
    color: navy;
    font-weight: bold;
    border-bottom: 1px solid;
    border-bottom-color: navy }

table.newaction 
  { table-layout: fixed;
    border: none;
    color: black;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial }
table.newaction th 
  { text-align: center;
    color: navy;
    font-weight: bold;
    border-bottom: 1px solid;
    border-bottom-color: navy }

table.navigation 
  { table-layout: fixed;
    border: none;
    color: black;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial }
table.navigation th 
  { text-align: center;
    color: navy;
    font-weight: bold;
    border-bottom: 1px solid;
    border-bottom-color: navy }

table.searchedresult td 
  { border-bottom: 1px solid;
    border-bottom-color: navy;
    padding-left: 3px }

col.searchcaption
  { text-align: right }
col.searchvalue
  { text-align: left }
td.searchsubmit
  { text-align: center }

input.inputforprint
  { background-color: white;
    color: black;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
    border: none;
    border-bottom: 1px solid;
    border-bottom-color: navy }

.upper
{
	text-transform: uppercase;
}

.vHidden
{
	visibility: hidden;
}

.vVisible
{
	visibility: visible;
}

.NegativeDifference
{
	color: Red;
}

