@charset "utf-8";
/* CSS Document */


.news{
	padding:.25em;
	border-style:dotted;
	border-width:2px;
	border-color:#669966;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#DEEDE1;
}
.news h1{
	color:#009933;
	line-height:10px;
	padding-left:10px;
}
.news p{
	font-size:xx-small;
	text-indent:15px;
}
.news #title{
	font-weight:bold;
	font-size:130%;
}	
.news a{
	text-decoration:none;
	color:#006699;
	font-weight:900;
}
.news a:hover{
	text-decoration:underline;
	font-weight:bold;
}
.NewsItem{
	color:#666699;
	font-style:italic;
}
