td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C8C8C;
}
@media screen {
h1 span {
  display: none;
  }
h1 {
	width: 435px;
  	height: 35px;
  	background-repeat: no-repeat;
  	color: #1D2761;
  }
}
a {
	color: #C57527;
	text-decoration: underline;
}
a:hover {
	color: #9D5A19;
	text-decoration: underline;
}
p {
	margin:0 0 8px 0;
	padding:0;
}
.bluetitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #1D2761;
}
.sidepic {
	vertical-align: top;
	padding-top: 7px;
}
.footer {
	font-size: 10px;
	color: #8C8C8C;
}
a.footer {
	color: #8C8C8C;
	text-decoration: underline;
}
a.footer:hover {
	color: #9D5A19;
	text-decoration: underline;
}
.greycell {
	background-color: #F4F3EF;
}
.formtxt {
	padding: 7px;
}
.leftCell, .rightCell, .leftCellBot, .rightCellBot {
	border:1px solid #cccccc;
	border-bottom:0;
	padding:4px;
}
.rightCell, .rightCellBot {
	border-left:0;
}
.leftCellBot, .rightCellBot {
	border-bottom:1px solid #cccccc;
}
.rightClick {
	font-size:0.9em;
}