.news_item 
{
	font-size: 80%;
	color: navy;
}
.news_item b
{
	color: #4D84F3;
	font-weight: bold;
}


.news_item a:link, .news_item a:visited {
	color: navy;
	text-decoration: none;
}
.news_item a:hover {
	text-decoration: underline;
}


.solution {
	font-weight: bold;
	font-size: 13px;
	color: #006F6F;
	margin-top: 0.5em;
	font-size: 85%;
}
	.solution a:link, .solution a:visited {
		color: #006F6F;
		text-decoration: none;
	}
	
	.solution a:hover {
		text-decoration: underline;
	}


#message
{
/*	background-image: url(message_vpn.png);
	background-repeat: no-repeat;
	width: 521px;
	height: 235px;
*/
}
	#message span {display: none;}
	#message ul {display: none;}

#content
{
/*	background-image: url(tanjo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
*/
}

	#content_main
	{
		margin-bottom: 50px;
	}
	#content_side
	{
		margin-bottom: 0;
	}
