body {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #330000;
  BACKGROUND-COLOR: #f8f8de;
}
h3 {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #333333;
  margin: 0;
}
h2 {
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #333333;
  margin: 0;
}
h1 {
  font-size: 20px;
  font-family: Arial, sans-serif;
  color: #333333;
}

a {
    font-family: Arial, sans-serif;
    color: blue;
	text-decoration : none;
}
a:link {
    font-family: Arial, sans-serif;
    color: blue;
}
a:visited {
    font-family: Arial, sans-serif;
    color: blue;
}
a:active {
    font-family: Arial, sans-serif;
    color: blue;
}
a:hover {
    font-family: Arial, sans-serif;
    color: navy;
}
a.noline {
    font-family: Arial, sans-serif;
    text-decoration:none;
    color: blue;
}

th {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #333333;
  font-weight: bold;
  text-align: left;
}

td {
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.disabledinput 
{
color: black;
background-color :transparent;
border-style: none;
margin: 0px;
top: 0px;
height:19px;
width:100%;
text-align: right;
vertical-align: top;
}

.textdisabledinput 
{
color: black;
background-color :transparent;
border-style: none;
margin: 0px;
top: 0px;
height:19px;
width:100%;
text-align: left;
vertical-align: top;
}

.disabledinputerror
{
color: red;
background-color :transparent;
border-style: none;
margin: 0px;
top: 0px;
height:19px;
width:100%;
text-align: right;
vertical-align: top;
}

.normalinput {
margin: 0px;
border-bottom: 0px;
top: 0px;
height:19px;
width:100%;
text-align: center;
vertical-align: top;
}


