.text {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}	
.tiny {
	font-family: arial;
	font-size: 8pt;
	color: black;
}	
.orange {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ff9900;
}	
A:link {
	font-family: arial;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	font-family: arial;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	font-family: arial;
	font-size: 9pt;
	color: #E77B3D;
	font-weight: bold;
	text-decoration: underline;
}

p.footer {
	padding: 6px;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	color: #555555;	
	display: inline;	
	border: 1px solid navy;
	font-size: 10pt;
	font-weight: bold;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a.footer:link {color: #555555;}
a.footer:visited {color: #555555;}
a.footer:hover {color: #E5902B;}
