
body{
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  background-color:#ffffff;
  font-size:12px;
}

td{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.footer{
	color:#000000;
	font-size:9px;
	font-weight:bold;
}

.terms{
	color:#000000;
	font-size:9px;
	font-weight:normal;
}
.subheading{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

/* Normal site link states */
a:link {
	color:#30a0c8;
	font-size:12px;
	text-decoration: none;
}

a:visited {
	color:#30a0c8;
	font-size:12px;
	text-decoration: none;
}

a:active {
	color:#30a0c8;
	font-size:12px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-size:12px;
	text-decoration: underline;
}
