body {
	font-family: LetterGothicStd;
	color: black;
	background-color: #FEFEFE;
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 656px;
}
img.header {
	padding: 20px 0px 10px 0px;
}
table.form {
	float:right;
}
table.icons {
	margin-left:auto;
	margin-right:auto;
}
label {
	font-family: LetterGothicStd;
	color: black;
	font-size: .8em;
	position: absolute;
	top -15px;
}
label.shareforms {
	font-family: LetterGothicStd;
	color: black;
	font-size: .5em;
	position: absolute;
	top -15px;
}
div.boldlittle {
	font-family: LetterGothicStdBold;
	font-size: .6em;
	float:right;
}
h1 {
	font-family: LetterGothicStdBold;
	font-size: 1em;
}
h2 {
	font-family: LetterGothicStdBold;
	font-size: 1em;
	text-decoration: underline;
}
p {
	font-size: .8em;
	margin-left: 20px;
}
@font-face {
	font-family: "LetterGothicStd";
	src:url(LGS.otf) format("opentype");
}
@font-face {
	font-family: "LetterGothicStdBold";
	src:url(LGSB.otf) format("opentype");
}
