body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
       color: #000000;
}


select {
  font-size: 12px;
  font-family: tahoma,helvetica;
  color: #000000;
  background-color: #cfcfcf;
}

A:link {
  COLOR: #000000; 
  TEXT-DECORATION: none
}

A:visited {
  COLOR: #000000; 
  TEXT-DECORATION: none
}

A:active {
  COLOR: #000000;
  TEXT-DECORATION: none
}

A:hover {
  COLOR: #000000; 
  TEXT-DECORATION: underline
}

textarea {
 font-size: 10px;
 font-family: tahoma,helvetica;
 color: #000000;
 background-color: #cfcfcf;
 
}

.input {
 font-size: 12px;
 font-family: tahoma,helvetica;
 color: #000000;
 background-color: #cfcfcf;
 border:1px solid #000000;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}

.redBG {
 background-color: red;
}
.greenBG {
 background-color: green;
}
.whiteBG {
 background-color: #ffffff;
}
