@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
}
.formula {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.rightimage {
	float: right;
}
.leftimage {
	float: left;
}
.centeredimage {
	text-align: center;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.definitions {
	padding-left: 30px;
}
#mailer_form {
    position: absolute;
    padding: 10px;
    width: 280px;
    color: #2d2d2d;
    text-shadow: 1px 1px 2px black;
    border-width: thin;
    border-style: solid;
    background: -webkit-gradient(linear, left top, left bottom, from(#dadbdc), to(#fff));
/*     -moz-border-radius: 5px; -webkit-border-radius: 5px; */
	background-color: #dadbdc;
}
#addressbox {
}
#textcolumn {
	padding: 10px;
}
.imgcaption {
	color: black;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    text-shadow: 1px 1px 2px black;
}


