@charset "utf-8";
/* CSS Document */

body {
	background-color:#FDFDFD;
	font-family: "Ubuntu", Arial, "Droid Sans", "sans-serif";
	font-size: 18pt;
}

jm {
	position: absolute;
	left: 5%;
	top: 200px;
	background-image: url("images/jm.png");
	height: 300px;
	width: 300px;
}

content {
	position: absolute;
	left: 5%;
	margin-left: 300px;
	top: 310px;
	height: auto;
	width: auto;
}

p {
	font-size: 12pt;
	margin-top: 12px;
	margin-bottom: 10px;
}
p.small {
	font-size: 8pt;
	margin-top: 8px;
	text-indent: 25px;
}