/* CSS Document */
* {	font-family:Arial, Helvetica, sans-serif } 
body {
	background-color: #e5e5e5;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.small {
	font-size:11px;
}
.content {
	margin-left:10px;
	margin-right:30px;
}
strong.headline{
	font-size:16px;
}
em.headline{
	font-size:16px;
}
a {
	color: #FF8400;
	text-decoration:none;
}
a:hover {
	color: #FF8400;
	text-decoration:underline;
}
a.footer {
	color:#000000;
}

p {
	margin:0px;
	margin-bottom:10px;
}
.date {
	font-size:10px;
	font-style:italic;
}		
