
a:link,
a:active {
color: #a95f23 ;
text-decoration: none ;
}

a:visited {
color: #a28670 ;
text-decoration: none ;
}

a:hover {
color: #690707 ;
text-decoration: underline ;
}



.read-more-small {
margin-top: 10px ;
font-size: 85% ;
padding-left: 20px ;
padding-bottom: 10px ;
height: 5px ;
background-image: url(/images/NR/newspaper_go_small.png) ;
background-position: top left ;
background-repeat: no-repeat ;
}

/* main column - menu links */


body {
text-align:left;
}




.head {
font-family: sans-serif, helvetica, verdana ;
font-size:16pt;
font-weight:bold;
}

.head1 {
font-family: sans-serif, helvetica, verdana ;
font-size:20pt;
font-weight:bold;
}

.head2 {
font-family: sans-serif, helvetica, verdana ;
font-size:15pt;
font-weight:bold;
}


.head3 {
font-family: sans-serif, helvetica, verdana ;
font-size:13pt;
font-weight:bold;
}

.subhead {
font-family: sans-serif, helvetica, verdana ;
font-size:10pt;
color:#5a7086;
}


.text {
font-family: sans-serif, helvetica, verdana ;
font-size:10pt;
}



/*NewsTicker */


#NewsTicker{
	border:0;
	width:265px;
	margin:0 auto;
	overflow:hidden;
	background-color: #eee7d3;
}
	#NewsTicker h1{
	padding:6px;
	margin:0;
	border:0;
	background:#dfe7ed;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family: arial,helvetica,veranda;
	}

/* --------------- */
	#NewsVertical {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 98%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

	}
	#TickerVertical li {
	width: 255px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px;
	float: left;
	display: inline;

	}




//* below is from Baseview *//

/* Class for Site search */
.pageNav { padding-left: 150px; }
#pageNav .prevClass {font-size: 14px; color: black; padding: 0 3 0 0; text-transform: uppercase; text-decoration: none; }
#pageNav .otherClass {font-size: 14px; padding: 0 1 0 0; color: black; text-decoration: none;}
#pageNav .pageNumber {font-size: 14px; padding: 0 1 0 0; color: #006969; font-weight: bold; text-decoration: none; }
#pageNav .nextClass {font-size: 14px; color: black; padding: 0 0 0 3; text-transform: uppercase; text-decoration: none; }
