body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

body, td {
	font-size: 12px;
}

.header {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.subheader {
	font-weight: bold;
	font-size: 13px;
}

.regular {
	font-size: 12px;
}

.small {
	font-size: 11px;
}

.table-border {
	border-left: 1px solid white; 
	border-top: 1px solid white; 
	padding: 10px;
}

.spacing {
	margin-top: 20px;
}

.casestudies1 {
	width: 300px;
}

.casestudies2 {
	width: 300px; 
	margin-bottom: 20px;
}

.casestudies3 {
	width: 300px; 
	margin-top: 30px;
}

.logo {
	margin-left: 20px; 
	margin-bottom: 20px; 
}

.logo-nopad {
	border: 1px solid black;
}

.logo-table {
	margin-left: 20px;
	margin-top: 20px;
}

ul {
	margin-top: 5px; 
	margin-bottom: 0px; 
	margin-left: 20px; 
	list-style-type: disc; 
	list-style-position: outside; 
	padding-left: 10px; 
	padding-top: 0px;
}

a:link, a:visited {
	color: black; 
	text-decoration: underline;
}

a:hover, a:active {
	color: gray; 
	text-decoration: underline;
}

td.separator {
	border-bottom: 1px solid black;
	padding-top: 15px; 
	padding-bottom: 15px;
}
