
/*  news
-----------------------------*/
.news.head {
	color: #01688A;
	background: #015a84; /*   #9EB599 #C3D6DE #009DD8*/ 
	font-size: 105%; 
	font-weight: bold; 
	padding: 4px
}

.news.head a		{ 
	color: #fff;
}

.news.head a:hover		{ 
	color: #fff;
	text-decoration: underline;
}

ul.news {
	list-style-type:none; 
	list-style-image:none; 
	margin:0px;  
	padding: 3px;
}

ul.news li {
	padding: 3px;
}

a.news, a:visited.news {
	color: #fff;	
	text-decoration: none;
}

a:hover.news {
	color: #fff;	
	text-decoration: underline;
}
.news_sidebar {
	background: #015a84;
}


/*  articles
-----------------------------*/

ul.articles {
	list-style-type:none; list-style-image:none;
}

ul.articles li .news {	
	font-size: 110%;
	font-weight: bold;
	line-height: 110%;  
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

ul.articles li {
	padding-bottom: 12px;
}

ul.articles li a.news {
	color: #006486;
}

ul.articles li a:visited.news {
	color: #006486;
}

ul.articles li a:hover.news {
	color: #006486;
	text-decoration: underline;
}


/*  devsection
-----------------------------*/
.devsection {
	background: #9EB599;
	/* float: left; */
	/* width: 150px; */
	/* width: 100%; */
	/* margin-right: 35px; */
}
.devsection div {
	/* padding: 6px; */
}

.devsection.body {
	font-size: 85%;
	padding: 4px;
}

.devsection.head{
	background: #CAE5ED;
	font-weight: bold;
	width: 95%;
	padding: 4px 0px 1px 4px;
	margin: 0px 0px 6px 0px ;  
}

.devsection.head a:link, .devsection.head a:visited {
	color: #006486;
	text-decoration: none;
}

.devsection.head a:hover {
	color: #006486;
	text-decoration: underline;
}


.devtraining {
	font-size: 90%;
	margin-bottom: 8px;
}
