body {
	font-family: Franklin Gothic Book, Verdana, Arial;
	margin: 0px;
	font-size: 12pt;
}
.topleft {
	font-family: Franklin Gothic Medium Cond, Verdana, Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #545B89;
	width: 125px;
	margin: 0px;
	padding-left: 4px;
	padding-right: 0px;
}
.navblue {
	padding-left: 30px;
	padding-right: 9px;
	padding-top: 9px;
	background-image: url(blue_bg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 125px;
}
.navorange {
	padding-left: 30px;
	padding-right: 9px;
	padding-top: 9px;
	background-image: url(orange_bg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 125px;
	height: 100px;
}
.navgreen {
	padding-left: 30px;
	padding-right: 9px;
	padding-top: 9px;
	background-image: url(green_bg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 125px;
}
.story {
	padding: 18px;
	vertical-align: top;
}
.top {
	background-color: #2C669B;
	height: 125px;
}
.logon {
	font-size: 8pt;
}
.small {
	font-size: 9pt;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:hover {
	color: aqua;
	font-weight: bold;
	text-decoration: none;
}
a.buttons {
	text-decoration: none;
	color: white;
	font-size: 10pt;
}
a:hover.buttons {
	color: aqua;
	text-decoration: none;
}
a.links {
	text-decoration: none;
	color: white;
	font-size: 10pt;
}
a:hover.links {
	color: yellow;
	text-decoration: none;
}
a.toplinks {
	text-decoration: none;
	color: aqua;
	font-size: 10pt;
}
a:hover.toplinks {
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
}
a.top {
	text-decoration: none;
	color: lime;
}
a:hover.top {
	color: yellow;
	text-decoration: none;
}
a.small {
	font-size: 9pt;
	text-decoration: none;
	color: silver;
}
a:hover.small {
	color: aqua;
	text-decoration: none;
}
a.author {
	font-size: 9pt;
}
a.hover.author {
	font-size: 9pt;
}
p {
	text-align: justify;
)
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

