
/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
	width: 125px;
	text-align: center;
	padding: 2px 0;
	margin: -3px 0 0 245px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 6px;
text-decoration: none;
border: 1px solid #9aafe5;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a{ /*Pagination div "flatview" links style*/
font-size:11px;
}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{
color: #FFF;
background-color: #2b66a5;;
font-size:11px;
}
.paginationstyle .flatview a.selected{

font-weight:bold;
background-color: #425679;
font-size:11px;
}

div#lt_column_top_left{/* top headline image */
	float:left;
	width: 250px;
	border: 3px solid #A5B1C8;
	margin: 0px 12px 0px 8px;
	height:150px;
}

div#lt_column_top_right{ /* top headline text */
	float:left;
	width: 335px;
	margin:0px;
}
.text1{
	font: Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	margin: 0px;
}
h4 /*ajax headline title*/
{
    margin-top: -4px;
    padding-top: 0px;
	margin-bottom:4px;
}

.text_readon,
a.text_readon:link,
a.text_readon:active,
a.text_readon:visited {
	font: Times New Roman, Helvetica, sans-serif;
	font-size: 12px;
	color:#425679;
	margin: 0px;
	font-style:italic;
}
.text_header{
	font-family: Times New Roman, Times, serif;
	font-size:21px;
	line-height:normal;
	font-weight:normal;
	margin-bottom:3px;
    margin-top: -3px;
}
.img{
	border: 3px solid #A5B1C8;
	margin: 0px 12px 0px 8px;
}
