
#NewsItem{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F2F4;
	border-right-color: #F0F2F4;
	border-bottom-color: #F0F2F4;
	border-left-color: #66CC00;
}

#NewsItem p{
	padding: 1px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	margin: 1px;
	background-color: #F0F4F2;
}

#NewsItem h1{
	padding: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
}


#NewsFull {
	font-family: Georgia, Times, "Trebuchet MS", serif;
	font-size: small;
	text-align: left;
	padding-left: 20px;
 }
#NewsFull h1 {
	font-family: Georgia, Times, "Trebuchet MS", serif;
	font-size: x-large;
	color: #568B67;
	font-weight: normal;
	background-color: #F0F7F3;
	padding: 5px;
}
#NewsFull p {
	margin: 5px;
	padding: 5px;
	font-family: Georgia, Times, "Trebuchet MS", serif;
	text-align: justify;
	color: #424B55;
}
#NewsFull p:first-letter {
	font-family: Georgia, Times, "Trebuchet MS", serif;
	font-size:32px;
	display:none;
	float:left;
	color:#917400;
	margin-right:3px;
	text-transform: capitalize;
	margin-top: -7px;
	padding-left: 10px;
}


