/* News History */
.toggle,.toggle span
{
    color:#fff;
    background-color:#5DB0E6;
    padding: 1em 10px;
    border-bottom: 3px solid #fff;
    font-weight:bold;
    cursor: pointer;
	text-align:left;
}
.Order
{
    border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	text-align:justify;
	width:10px;
}
.Current
{
	font-weight:bold;
	color: #27537a;
	text-align:left;
	padding: 1em 10px 0px 10px;
	text-transform: uppercase;
}
.DivCurrent
{
	background-color:#E6E6E6;
	padding: 1em 10px;
}
.to_top a,
.to_top a:visited
{
	background:transparent url(/Images/undo.gif) no-repeat scroll 100% 0px;
	padding-right:20px;	
	color:#ED1C24;
	text-decoration:underline;
}
.to_top a:hover {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
.to_top
{
	line-height:1.5;
}
/* End News History*/
