BODY {
	
	
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
	text-align: justify;
}
.headLines {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
}
.regularText {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}
.tinyText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #330000;
}
strong {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px
	font-weight: bold;
}

A {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

A:VISITED {
	color: #000000;
	font-weight: bold;
}

A:HOVER {
	color: #000066;
	font-weight: bold;
    text-decoration: underline;
}

A:FOCUS {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


