body,td,th {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #000033;
	margin-top: 10px;
}
body {
	background-color: #E2E2E2;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: underline;
}
a img {text-decoration: none; 
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight:bold;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight:bold;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0
}
table.footer {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: ridge ridge ridge ridge;
	border-color: #5fb964;
	border-collapse: separate;
	background-color: #F8F8FF;
}
table.footer td {
	border-width: 0;
	padding: 15px 22px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #F8F8FF;
}
table.footer td:first-child {
	padding-left: 35px;
}
table.footer td:last-child {
	padding-right: 35px;
}
.btnContinue { 	
	width: 142px; 
	height: 36px; 	
	display: block; 	
	font-size: 10px; 	
	text-decoration: none; 	
	background-repeat:no-repeat; 	
	background-image:url(/images/signup.gif); 
}  
.btnContinue:hover {     
	background-position:right; 
}

/* Home grid  */
.grid-container {
	text-align: center;
}
.grid-item {
	display: inline-block;
}
.grid-item:last-child {
	margin-right: 0;
}
