@charset "utf-8";

body {
	background: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	}
h1 {
	font-size: 16pt;
	margin-top: 20pt;
}

h2 {
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: #333;
}

/*--------------- for now let images print
img {
	display: none;
}
----------------- */

.icon {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 25px;
	width: 243px;
}

.right-image {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 5px;
}

.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #999999;
}

.no-show{
	display: inline;
}

#nav {
	display: none;
}

#logo img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left-quote {
	font-style: italic;
}

#left-content ul {
	display: none;
}

#flash {
	display: none;
}

#footer {
	font-size: 7pt;
}

