body {
	margin-top: 0px;
	background-color: #c1c1c1;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:bluelink {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #F0F0EA;
}
.main {
  font-family: Franklin Gothic Book;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000000;
  line-height: 18px;
}
.header {
  font-family: Franklin Gothic Book;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
}
a.pic {
  border: 1px solid #000000;
  background-color: #0C4FB3;
  font-family: Franklin Gothic Book;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 15px;
}

p.invisible {
	color: #c1c1c1
}			