body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-color: #CCCC9A;
	margin:0px;
	padding:0px;
}

a {
	color: Gray;
	text-decoration: none;
}

a:hover {
	color: #6495ED;
	text-decoration: underline;
}

a.footer{
	color: White;
	font-size: x-small;
}

a.footer:hover {
	color: Red;
	font-size: x-small;
}
h1{
	line-height: 120%;
}
h2{
	line-height: 120%;
}
td.orange {
	background: #F45E04;
	color: White;
}
td.grey {
	background: #6D6F72;
	color: White;
}

#mainButton
{
  display: block;
  width: 223px;
  height: 42px;
  background: #333;
  color:#FFF;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  padding-top:8px;

}

#mainButton:hover
{ 
  background:#F00;
}
/*#emailUs span
{
  margin-top: 5px;
}*/

