body {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
body,td,th {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #F06E20;
	text-decoration: none;
}
a:visited {
	color: #F5821F;
	text-decoration: none;
}
a:hover {
	color: #FBA518;
	text-decoration: underline;
}
a:active {
	color: #FDB911;
	text-decoration: none;
}

.style1 a:link {
	color: #F06E20;
	text-decoration: none;
}
.style1 a:visited {
	color: #F5821F;
	text-decoration: none;
}
.style1 a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
.style1 a:active {
	color: #FDB911;
	text-decoration: none;
}
.style1 {
	color: #FFFFFF;
	font-size: 12px;
}
.style2 {
	color: #F37020;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
	color: #666666;
}
.style4 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
	color: #666666;
}
.style6 {font-size: 10px}

.style6 {color: #F37020; font-weight: bold; font-size: 14px; }
.style7 {font-size: 14px}
.style8 {
border:1px solid orange;
font-size:13px;
padding:5px;
}
#prev, #next {
	padding:4px;
}
#prev a, #next a {
	color: black;
}
#buttons {
	background-color: orange;
	border:1px solid gray;
	height: 20px;
}

.shaded {
	/*background: #FDEE87;*/
	background:#FBD93A;
	padding:8px;
	font-weight:bold;
}