.date {
	font-size: 11px;
	color: #669966;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	clear: both;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newsText {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
}
a.newsText {
	color: #669966;
	text-decoration: underline;
}
a.newsText:hover {
	text-decoration: none;
}
.newsTextBold {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
}
a.newsTextBold {
	color: #669966;
	text-decoration: underline;
}
a.newsTextBold:hover {
	text-decoration: none;
}
.newsTextItalic {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;	
}
.newsTextGreen {
	font-size: 12px;
	color: #669966;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
}
a.newsTextGreen {
	color: #669966;
	text-decoration: underline;
}
a.newsTextGreen:hover {
	text-decoration: none;
}
.newsTextGreenBold {
	font-size: 12px;
	color: #669966;
	font-weight: bold;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
}
a.newsTextGreenBold {
	color: #669966;
	text-decoration: underline;
}
a.newsTextGreenBold:hover {
	text-decoration: none;
}
.newsTextGreenItalic {
	font-size: 12px;
	color: #669966;
	line-height: 18px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;	
}