* {
	font-family: Arial;
}

body {
	background-color: white;	
}

.header {
	height: 50px;
	font-size: 36pt;
	padding-top: 20px;
}

.spacer {
	height: 50px;
}

.halfspacer {
	height: 15px;
}


.frame {
	height: 220px;
	background: #eeeeee;
	
}

.frame2 {
	height: 220px;
	border: 1px solid #dddddd;
}

.inframe {
	margin: 10px;
}

img.site {
	margin: 10px;
}

.title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	color: #78b221;
}

.content {
	font-size: 10pt;
	margin-bottom: 10px;
	height: 125px;
}

.address {
	padding-top: 10px;
	border-top: 1px solid #dddddd;
}

p {
	margin: 0px;
}

a {
	color: #bb0000;
	font-weight: bold;
	text-decoration: none;
}


