/* ------------------- NEWS BOX ------------------- */.news {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #333333;	text-decoration: none;	line-height: 1.2em;}A.news:LINK , A.news:VISITED , A.news:ACTIVE { 	color : #003399;	text-decoration: underline;}A.news:HOVER { 	color : #669933;	text-decoration: underline;}/* ------------------- more general text styles ------------------- */.white {	font-family : Arial, Helvetica, sans-serif;	font-size : 12px;	color : #FFFFFF;	font-weight: bold;}	A.white:LINK , A.white:ACTIVE , A.white:VISITED {	color : #FFFFFF;	text-decoration: underline;}A.white:HOVER {	color : #FFFF99;	text-decoration: underline;}/* Container Border */#tdNews {	border-left: 1px solid #669933;	border-right: 1px solid #669933;}
#tdNewsGreenish {	border-left: 1px solid #757655;	border-right: 1px solid #757655;}
#tdNewsBrownBlue {	border-left: 1px solid #5A7870;	border-right: 1px solid #5A7870;}

/*Blank Container title */
.Title {	color: #003399;	font-weight:bold;	margin-top:4px;	font-size : 18px;	margin-bottom : 2px;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.edit
{font-family:Arial, Helvetica, sans-serif;	font-size : 12px;	color:#000000;	text-decoration: none;
} 

A.edit:LINK { 	text-decoration: underline;	color: #003399; } A.edit:HOVER {	text-decoration: underline;	color: #669933;} A.edit:ACTIVE {	text-decoration: underline;	color: #003399;} A.edit:VISITED {	text-decoration: underline;	color: #003399;}






