@charset "UTF-8";
/* CSS Document */

p,body, div, h1{
    font-family: "Palatino Linotype";
	font-size: 11px;
	font-weight:200;
	text-decoration: none;
	color: #000000;
	line-height: 1em;

}



.header {
	font-weight: bold;
	font-size: 11px;
	font-style: italic; }

.sechead {













a:focus,a:hover,a:active {
	outline:none;
}

a {
	color:#000000;
	font-family: "Palatino Linotype";
	font-size:100%;
	font-weight:200;
	text-decoration:none;
}


.leadin {
		
	color:#000000;
	font-family: "Palatino Linotype";
	font-size:16px;
	font-weight:200;
	font-style: italic;
}


a.navlink {
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-weight:200;
	text-decoration: none;
	color: #000000;
	line-height: 1em;
}

.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: 0px solid black;
margin: 0 15px;
}

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

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

.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:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: white;
}

