body {
	background-color: #FFFFFF;
}

td {
	font: normal 12px Tahoma, Arial;
	color: #565656;
}

h1, h2, h3, h4, h5 {

    color: #000000;
    margin: 0px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
		font-weight: normal;
}


a {
  font: normal 11px Tahoma, Arial;
  color: #565656;
  text-decoration: underline;
}

a:hover {
  font: normal 11px Tahoma, Arial;
  color: #797979;
  text-decoration: none;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}



.signup-headings{
  color: #ffffff;
	font-weight: bold;
	font-size: 15px;
  text-decoration: none;
}

.signup-titles{
  color: #000000;
	font-weight: normal;
	font-size: 14px;
  text-decoration: none;
}

.normal-text {
	font: normal 12px Tahoma, Arial;
	color: #565656;
}