/*
Background is randomly chosen in template
#Container {
	background: transparent url(../images/backgrounds/whsite_bi_005.jpg) no-repeat;
}
*/

#papers ul {
	list-style-type: none;
	margin: 0 0 0 52px;
	padding: 0;
	font-size: 90%;
}

#papers li {
	margin: 0 0 2px 0;
	padding: 0 4px 0 15px;
	color: #a1a1a1;
	background: transparent url(../images/links/redbox.gif) no-repeat;
}


#papers a:link, #papers a:visited {
	display: block;
	width: 758px;
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	margin-left: -5px;
	font-size: 110%;
}

#papers a:hover, #papers a:focus {
	display: block;
	width: 758px;	
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/links/redbox.gif) repeat-x;
}

#papers a:active {
	display: block;
	width: 758px;	
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	margin-left: -5px;
	font-size: 110%;
}

/* START CSS for PAGING	*/
#limit_papers {
	margin-left: 72px;
	color: #e41e24;
}

#limit_papers #current_page{
	color: graytext;	
}

#limit_papers a:LINK{
	color: #e41e24;
	text-decoration: none;
}

#limit_papers a:VISITED{
	color: #e41e24;
	text-decoration: none;
}
/* END CSS for PAGING	*/

.papersh1 {
	font-size: 85%;
}