@charset "UTF-8";
/* CSS Document */


/* NEWS SIDEBAR STYLES
--------------------------------------------------------------------- */	
#newscontainer {
    margin-top: 15px;
    }
.newswindowhead {
	margin: 0px;
	background-image: url(../images/header_sidebar-news.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center;
    }
.newswindowbody {
	margin: 0px 0px 0px 0px;
    }
.newswindow {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #C2D1D4;
	color: #2D3D4A;
	background: #F7F9FA;
    }
.newswindow li { 
    margin: 0px;
	padding: 0px;
	color: #2D3D4A;
	border-bottom: 1px solid #C2D1D4;
	}
.newswindow li a, .newswindow li a:visited {
    display: block;
	font: normal 1.0em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #2D3D4A;
	text-decoration: none;
	margin: 0px;
	padding: 3px 10px;
	background-image: none;
	}
.newswindow li a:hover {
	text-decoration: none;
    background: #E6EDEE;
	color: #2C7FC1;
	}
.newswindow li a.current, .newswindow li a.current:visited {
    background: #5498BF;
	color: #fff;
	}
.newswindow li a.current:hover {
	text-decoration: none;
    background: #E6EDEE;
	color: #2C7FC1;
	}
.newslinkarrow {
	color: #2C7FC1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    }
.allheadlines {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #2C7FC1;
	background-color: #EBEEEE;
    }
.allheadlines a, .allheadlines a:visited {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #2C7FC1;
	background-color: #EBEEEE;
    }
.allheadlines a:hover {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFFFFF;
    }