.border {
	border: solid 1px;
	border-color: #00447e;
}

span.copy {
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 7 pt;
	color: #00447e;
}

span.linx {
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 7.5 pt;
}

A:link {	
	color: #00447E;
	text-decoration: underline;
}

A:visited {
	color: #00447E;
	text-decoration: underline;
}

A:hover {
	color: #2893FF;
	text-decoration: underline;
} 

A:active {
	color: red;
	text-decoration: none;
}

span.small_caps {
	font-family: Verdana, Tahoma, Helvetica;
	color: #00447e;
	font-weight: bold;
	font-size: 7.5 pt;
}

A.new:link {	
	text-decoration: none;
	display: block;
	height: 13px;
	width: 140 px;
	color: #00447e;
	background: #dadada;
}

A.new:visited {
	text-decoration: none;
	display: block;
	height: 13px;
	width: 140 px;
	color: #00447e;
	background: #dadada;
}

A.new:hover {
	color: #2893FF;
	text-decoration: none;
	display: block;
	height: 13px;
	width: 140 px;
	background: #D0D0D0;
}