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

.bg {
	color:#FFF;
	margin:0 auto;
	text-align:center;
	background:url(/img/header.png) repeat-x top;
	padding-top:8px;
	height:80px;
}
.paginationstyle { /*Style for demo pagination divs*/
	width:250px;
	text-align: center;
	padding:2px 0;
	margin: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.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: yellow;
}
.link14 a {
	font:14px 'Trebuchet MS', Arial, sans-serif;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.link14 a:hover {
	font:14px 'Trebuchet MS', Arial, sans-serif;
	color:#060;
	font-weight:bold;
	text-decoration:underline;
}
body {
	background-color: #ffffff;
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size:16px;
	margin:0;
	padding:0
}
blockquote {
	border: solid 0 #B4B6B4;
	margin: 10px 50px 10px 50px;
	padding: 10px 10px 10px 30px;
	background-color: #C2F0C2;
	background-image: url('../img/quote.png');
	background-position: left top;
	background-repeat: no-repeat;
	overflow: auto;
	clear: both;
	color: #0F0F0F;
}
h1 {
	font-size: 24px;
	font-family:Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0;
}
h2 {
	font-size: 22px;
	color: #fff;
	text-align:center;
}
h3 {
	color: orange;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
}
h3 a {
	color:orange;
	text-decoration:none;
}
h3 a:hover {
	color:#060;
	text-decoration:underline;
}
h4 {
	color: #060;
	font-weight: bold;
	text-transform: uppercase;
}
table {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	color: black;
	font: 10pt verdana, arial;
	margin-bottom: 25%; /* %, px, em, ex ? */
}
tr.alt {
	background-color: #eeeeee;
}
tr.subhead {
	background-color: #cccccc;
}
th {
	padding: 0 3%;
}
th.alt {
	background-color: black;
	color: white;
	padding: 3% 3% 2%;
}
td {
	padding: 0 3%;
}
td.nopad {
	padding-right: 5%;
}
th a {
	font: 8pt verdana, arial;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table.viewmenu td {
	background-color: #006699;
	color: white;
	padding: 0 5%;
}
table.viewmenu td.end {
	padding: 0;
}
table.viewmenu a {
	color: white;
	font: 8pt verdana, arial;
}
table.viewmenu a:hover {
	color: white;
	font: 8pt verdana, arial;
}
a.tinylink {
	font: 8pt verdana, arial;
	text-decoration: underline;
}
a.link {
	text-decoration: underline;
}
div.buffer {
	padding-top: 7%;
	padding-bottom: 17%;
}
div.outer {
	width: 90%;
	margin: 15%;
}
.small {
	font: 8pt verdana, arial;
}
