a:visited {
	color: #6666ff;
}

html {
	font-family: arial;
}

.applicationLabel {
	width: 150px;
	text-align: right;
}

.awardDetails {
	position: relative;
	left: 25px;
	font-size: 80%;
	width: 650px;
}

.boldCenteredText {
	font-weight: bold;
	text-align: center;
}

.boldText {
	font-weight: bold;
}

.boldRedText {
	font-weight: bold;
	color: red;
}

.boldRightText {
	font-weight: bold;
	text-align: right;
}

.centeredBoldText {
	text-align: center;
	font-weight: bold;
}

.centeredText {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.centeredText2 {
	text-align: center;
}

.error {
	font-style: italic;
}

.largeBoldText {
	font-size: 130%;
	font-weight: bold;
}

.leftContent {
	background-color: #FFFFEE;
	border: medium double #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
	width: 340px;
}

.mainContent {
	background-color: #FFFFEE;
	border: medium double #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
	width: 700px;
}

.orderCell {
	background-color: #FFFFAA;
	border: solid black;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.orderCellRight {
	background-color: #FFFFAA;
	border: solid black;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.orderLabel {
	text-align: right;
	font-weight: bold;
}

.rightContent {
	background-color: #FFFFEE;
	border: medium double #000000;
	float: right;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
	width: 340px;
}

.smallText {
	font-size: 75%;
}

.subtitle {
	color: black;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

.superscript {
	font-size: 80%;
	position: relative;
	bottom: 5px;
}

.testMode {
	font-weight: bold;
	color: red;
	font-size: 150%;
	text-align: center;
}

.title {
	color: purple;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
