p {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
a:hover {  font-family: Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: underline}
a:link {  font-family: Arial, Helvetica, sans-serif; color: #0000FF; text-decoration: none}
a:active {  font-family: Arial, Helvetica, sans-serif; color: #0000FF; text-decoration: underline}

table.newsflash {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: rgb(255, 255, 204);
}
table.newsflash th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.newsflash td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
