/*
	SITENAME - Print styles
	Created by gordongroup marketing + communications (www.gordongroup.com)
*/

body {
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	}

img {
	margin: 0;
	padding: 0;
	
	border: 0;
	}

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

.floatRight {
	float: right;
	margin: 0 0 12px 12px;
	}

.floatLeft {
	float: left;
	margin: 0 12px 12px 0;
	}

h2 {
	border-bottom: 1px solid #000000;
	}

h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}

ul {
	list-style: square;	
	}