#functionWrapper {
	width: 480px;
	font-size: 62.5%;
	text-align: left;
	padding: 10px;
	margin: 10px;
}

strong, b {
	font-weight: bold;
	font-style: oblique;
}
em, i {
	font-style: italic;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
	float: right;
	margin: 10px;
}

p, ul, ol, dl {
 	font-size: 1.0em;
 	line-height: 1.4em;
 	color: #333;
 	margin-bottom: 10px;
 	margin-left: 25px;
}

h1 {
 	font-size: 1.5em;
}

h2 {
 	font-size: 1.4em;
}

h3 {
 	font-size: 1.3em;
}

h4 {
 	font-size: 1.2em;
}

h5 {
 	font-size: 1.1em;
}

h6 {
 	font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
	text-transform: uppercase;
 	margin-bottom: 10px
}

table {
	font-size: 1.0em;
	border: 1px solid #999;
	width: 100%;
	background-color: #f1f1f1;
}

tr, td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #666;
}

#headerContent,
#columnTwo,
#pageFunctions,
#wrapperFooter,
#QE_Toolbar,
.shadowParent,
.buttonOrange {
	display: none;
}
