/* 
This style sheet contains all styles specific 
to the SWIF App Pages.*/
	
#printHeader {
	display: none;
	}
	
h1 {
	font-size: 2.3em;
	line-height: normal;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	}
	
p  {
	clear: both;
	font-size: 1.2em;
	margin: 0 0 1.8em 0;
	padding: 0;
	}

#tools {
	height: auto;
	}

#tools ul {
	margin: 0 0 0 -.2em;
	}

#tools li {
	float: left;
	}

#tools li.email {
	margin-right: 2em;
	}

#tools li.add {
	text-indent: 2.4em;
	}

#swifApp {
	margin-bottom: 1.5em;
	}

#backLink h3 {
	font-weight: bold;
	font-size: 1.2em;
	}
