body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 110%;
}
.topRow {
	font-size: 14pt;
	font-weight: bold;
	color: #600;
}

#white {
	color: #FFF;
}
.smalltext {
	font-size: xx-small;
}
.floatRight {
	float: right;
	clear: both;
	position: relative;
	margin: 0px;
}
.thinBorder {
	border: 1px solid #6D6C94;
	margin: 0px;
	padding: 0px;
}
.content {
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
.submitLink {
	color: #00f;
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
  }

