
body {
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: 300;

	background-color: #e1edf5;
}

div#page {
	width: 100%;
	height: 100%;
}

div#main {
	width: 640px;
	height: 100%;
	margin: 0 auto;

	background-color: #FFFFFF;
}
div#copy {
	width: 90%;
	margin: 0 auto;
}

h1 {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 24pt;
	font-weight: 500;
	margin-bottom: 20px;
}

img {
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

p.last {
	margin-bottom: 0px;
}

form {
	margin-bottom: 30px;
}

a {
	color: #4784ac;
}
