/* CSS Document */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 14px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	color: #3aa422;
	border-bottom: 1px solid #b5f1a7;
	padding-bottom: 5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	color: #3aa422;
	margin-bottom: 14px;
}

#newsContainer P.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3aa422;
	padding-bottom: 5px;
	margin-bottom: 14px;
	border-bottom: 1px solid #b5f1a7;
}

#newsContainer P.text {
	padding-bottom: 28px;
}

/*
	lists
*/

UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

UL LI {
	line-height: 14px;
	background-image: url(../images/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}




