
	body {
		line-height:1.5;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	h2 {
		margin-bottom:0.75em;
	}
	
	p {
		margin-bottom:1.5em;
	}
	
	table {
		width:100%;
	}
	
	table thead td, table th td {
		font-weight:bold;
	}
	
	table td {
		padding:.8em 1em;
	}
	
	address {
		font-style:normal;
	}
	
	strong {
		font-weight: bold;
	}
	
	/*
	Navigation
	=================================================
	*/
	
	ul.floatNav li {
		float:left;
	}
	
	ul.floatNav li a {
		display:block;
		text-decoration:none;
		background-repeat:no-repeat;
	}
	
	/*
	Working Classes
	=================================================
	*/
	
	.clear {
		clear: both;
	}
	
	div.clear {
		clear:both;
		font-size: 0.01em;
		line-height: 0.01em;
		height: 0;
	}
	
	.first {
		margin-top: 0 !important;
	}
	
	.last {
		margin-right: 0 !important;
	}
	
	.imgLeft {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.imgRight {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	ul.contentList {
		list-style: square;
		margin-left: 20px;
	}
