body {
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

table {
  color: #2a2a2a;
  font-size: 12px;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

b.red {
  color: red;
}

b.redlarge { 
  font-size: 17px; color: red;
}

td.tdbgcolor1 { 
  background-color: #F5F5F5;
}

td.tdbgcolor2 { 
  background-color: #FBFDFD;
}

.submitblack {
  font-size: 12px; 
  background: #666666; 
  color: white; 
  cursor: hand;
}

select.blue	{ 
  font-size: 12px; 
  color:#000066; 
  background-color:#D6E7EF;
}

input.redbutton { 
  font-size: 12px; 
  background-color: #FA7C7C; 
  color: #000000; 
  border-style:solid; 
  cursor: hand;
}

input.greenbutton { 
  font-size: 12px;
  background-color: #99CC99; 
  color: #000000; 
  border-style: solid; 
  cursor: hand;
}

input.beigebutton { 
  font-size: 12px;
  background-color: #FFFFCC; 
  color: #000000; 
  border-style:solid; 
  cursor: hand;
}

input.bluebutton {
  font-size: 12px;
  background-color: #000066; 
  color: #000000; 
  border-style:solid; 
  cursor: hand;
}

a {
  font-size: 10px;
  color: black;
  text-decoration: none;
}

a:hover {
  font-size: 10px;
  color: red;
  text-decoration: underline;
}

select {
  color: #2a2a2a;
	font-size: 12px;
}

input, 
textarea {
  color: #000000;
  font-size: 12px;
  padding: 3px;
  text-decoration: none;
  background-color: white;
  background-image: url(http://planetxmail.com/images/input.jpg);
  background-repeat: repeat-y;
  border: 1px solid black;
}

pre {
  font-size: 12px;
}

h1 {
  font-size: 11px;
}

h2 {
  font-size: 13px;
}

h3 {
  font-size: 15px;
}

