/*
 * content_footer.css : Footer content
 *
*/

/* Content footer: START */
#paperspy_content_footer
{
	clear: both;
	padding-bottom: 25px;
	text-align: center;
}
#paperspy_content_footer p
{
	margin: 0; padding: 0;
	display: inline;
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
}
#paperspy_content_footer p.menu
{
	margin: 0; padding: 0;
	display: block;
	background-color: #E0E8F4;/* DESIGN: Nice color and footer style */
	padding: 6px;
	/*background: url(/styles/default/images/web/footer_menu_bg.gif) repeat-x;
	height: 34px;
	padding-top: 7px;
	border-top: 1px solid #DDE5F1;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
}
#paperspy_content_footer a:active, #paperspy_content_footer a:link, #paperspy_content_footer a:visited
{
	font-weight: bold;
	color: #000;
	padding: 0 7px 0 7px;
	text-decoration: none;
	
}
#paperspy_content_footer a:hover
{
	text-decoration: underline;
}
/* Content footer: END */