﻿a.reversed {
	color: aqua;
}

a.reversed:hover {
	color: blue;
}

body {
	font-family: Verdana, Arial;
	margin: 36px;
	font-size: 10pt;
}
.blackbackground {
	background-color: black;
}
.topleft {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #545B89;
	width: 125px;
	margin: 0px;
	padding-left: 4px;
	padding-right: 0px;
}
.linkmargin {
  margin: 6px;
}
.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;
}
.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: 8pt;
}
p {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
td {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
h1 {
	font-size: 18pt;
	font-family: Verdana, Arial;
}
h2 {
	font-size: 16pt;
	font-family: Verdana, Arial;
}
h3 {
	font-size: 14pt;
	font-family: Verdana, Arial;
}
h4 {
	font-size: 12pt;
	font-family: Verdana, Arial;
}
h5 {
	font-size: 10pt;
	font-family: Verdana, Arial;
}
li {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
ul {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
ol {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
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;
}
.video {
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
  margin-top: -10px;
}
.videotext {
  float: right;
  padding-right: 18px;
  padding-bottom: 18px;
}
.whitetext {
	color: white;
}

.footer {
  font-size: 7pt;
  text-align: center;
}

.center {
  text-align: center;
}

.one {
  color: red;
  font-weight: bold;
}

.yellow {
  background-color: #FFFF66;
}
