h1 {
	font-family: verdana;
	font-size: 1.0em;
	color: black;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}

h2 {
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
}

td h2 {
	font-size: 1.0em;
}

p,ul,table,address{
	margin-top: 0px;
	font-family: verdana;
	font-size: 0.7em;
	line-height: 1.9em;
}

/* fix nested items font size degredation */
ul ul, table td strong{
	font-size:100%;}
	
.highlight {
	padding: 10px;
	background: #4F7FD3;
	border: 1px solid #124192;
	color: white;
}

address {
	margin-left: 20px;
	
}

.centerImage{
	margin:10px auto;
	display:block;
}

/* ===========================================================*/
/* CLEARFIX */
/* ===========================================================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
