@charset "UTF-8";
/* CSS Document */

body {
	
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
}

.companyName {

	font-weight: bold;
	color: #000066;
}


.listsection h1 {
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
}

.listsection h2 {
	font-weight: bold;
	font-size: 1em;
	display: inline;	
}

h1 {

	font-size: 1.1em;
	font-weight: bold;
	display: block;
	color: #000066;
}

.boldtext {

	font-weight: bold;
}

#smallprint {
	padding: 15px 0 15px 0;
	background-color: #FFFFFF;
}

.spacedList {
	line-height: 30px;
	font-size: 20px;
	
}

.listsection img {
	
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;	
}

.group {
	
	margin-bottom: 20px;
	border: #666 1px solid;
	background-color: #E9E9E9;
	padding: 10px;	
}
