/*Used By When Printing */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #FFFFFF;
	margin:0;
	padding:0;
}
p {
	font-size: 1.1em;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.center {
	text-align: center;
}

