body {
 	font-size: 10.5pt;
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	margin: 5px 10px 5px 10px;
/* 	text-indent:1em; */
}
 
a {
	color: #000000;
	text-decoration: none;
} 
a:hover {
	color: #9D080D;
	text-decoration: underline;
}
strong{
	font-size: 110%;
	font-weight: bold;
	color: #DC143C;
}
em{
	font-style: normal;
	font-weight: bold;
}
caption{
	color: #444444;
	font-size: 110%;
	font-weight: bold;
	background-color: #FFF5EE;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	margin: 20px 0 20px 0;
	padding: 3px 0 3px 0;
}
