body
{
  font-family: sans-serif;
  line-height: 160%;
  color: #000000;
}

td
{
  font-family: sans-serif;
  font-size: 12px;
  line-height: 160%;
}

a
{
  font-family: Arial, Helvetica, sans-serif;
  color: blue;
  font-weight: bold;
  text-decoration:underline;
}

a:hover
{
  color: purple;
  font-weight: bold;
  text-decoration: underline;
}

a:visited

{
  color: red;
 font-weight: bold; 
text-decoration: underline;
}

.onblack a
{
  font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;  
color: white;
  text-decoration: underline;
}

.onblack a:visited
{
  color: red;
font-weight: bold;
  text-decoration: underline;
}

.onblack a:hover
{
  color: purple;
font-weight: bold;
  text-decoration: underline;
}

.white
{
  color: #ffffff;
}

.black
{
  color: #000000;
}

h1
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: lighter;
  color: #CC0000;
}

td.flabel
{
  text-align: right;
  font-weight: bold;
}

td.submit
{
  text-align: right;
}

td.p5
{
  padding: 5px;
}

input.text
{
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  width: 200px;
  padding: 2px;
}

div.er {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe2b25;
  background-color: #fed3d2;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

div.su {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #106c14;
  background-color: #cbfecb;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

td.top {
  vertical-align: top;
}

table.xpaykeys
{
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #000000;
  width: 100%;
}

td.xpaykeys
{
  padding: 5px;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #000000;
}

th.xpaykeys
{
  padding: 5px;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #000000;
  background: url('../images/th_green.gif');
}

textarea {
  width: 100%;
  height: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.border {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

#tweet_share {
float:left;
margin:7px 0 0 -71px;
position:fixed;
width:70px;
}



