﻿.bodytext {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	direction: ltr;
	line-height: 16px;
}
.style1 {
	background-color: #E4E9E3;
}
.style2 {
	background-color: #E6E6E6;
	text-align: right;
}
.style3 {
	background-color: #404743;
}

body {
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-attachment:fixed;
}.pagetitles {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #66669A;
	text-transform: uppercase;
}
.fullpath{
	font-family: tahoma;
	font-size: 10px;
	color: silver;
	margin-left: 10px;
}
.footer{
	font-family: tahoma;
	font-size: 10px;
	color: black;
	margin-right: 0px;
}
.memberstable {
	border-width: 1px;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	table-layout: auto;
	caption-side: top;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	border-style: solid;
}

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.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:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
.imgbrdr {
	margin: 1px;
	border: 1px solid #9999CD;
}
.newshometitles {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/bull1.gif);
}
