.bodytext1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

a.navigation:link {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	text-transform: none;
	width: 100%;
	height: 17px;
	padding: 5px;
	display: block;
}
a.navigation:visited {
  font-family: Arial;
  font-size: 12px;
  /* border-left: #E1E1E1 2px solid; */
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  text-transform: none;
  width: 100%;
  height: 17px;
  padding: 5px;
  display: block;
}
a.navigation:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	text-transform: none;
	background-color: #cccccc;
	width: 100%;
	height: 17px;
	padding: 5px;
	display: block;
}
a.navigation:active {
  font-family: Arial;
  font-size: 12px;
  /* border-left: #E1E1E1 2px solid; */
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  text-transform: none;
  width: 100%;
  height: 17px;
  padding: 5px;
  display: block;
}
.tableborder {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tableborder2 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.background {
	background-image: url(images/back_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.smalltext {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

