body {
	margin: 0px;
	padding: 0px;
	background-color: #003F93;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px auto;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FF0000;
}
.table_dotted {
	border-top: 1px dotted #ED9702;
	border-right: 1px dotted #ED9702;
	border-bottom: 1px dotted #ED9702;
	border-left: 1px dotted #ED9702;
}
.imageborder {
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66A4FF;
	border-right-color: #66A4FF;
	border-bottom-color: #66A4FF;
	border-left-color: #66A4FF;
}

.signupbutton {
	width: 200px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



.thebutton {
	width: 400px;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	float: none;
	border: 1px inset #CCCCCC;
	height: 50px;
}
