.copyNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
}
a:hover {
	color: #FFCC00;
}
.companyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #0066CC;
}
.linkBarBlue {
	color: #99CCFF;
	font-weight: bold;
	background-color: #0066CC;
}
.linkBarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.linkCell {
	background-color: #DDEEFF;
}
.couponCell {
	background-color: #FFFFFF;
	color: #FF0000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.couponHeader {
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.linkBarRed {
	color: #FF6699;
	font-weight: bold;
	background-color: #990000;
}
.questionRow {
	font-style: italic;
	background-color: #E5F2FF;
	color: #1F4266;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1F4266;
	border-bottom-color: #8FADCC;
}
.sideNavLink {
	color: #0066CC;
	font-weight: bold;
}

.answerRow {
	color: #666666;
	background-color: #FFFFFF;
}
a.sideNavLink:visited {
	color: #3399FF;
}
a.sideNavLink:hover {
	color: #FFCC66;
}
.GPATitle {
	font-style: italic;
	text-transform: capitalize;
	color: #990000;
	font-weight: bold;
}
.GPATitleCap {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
.URLTitle {
	font-size: large;
	font-style: italic;
	color: #0066CC;
}
.optionalField {
	background-color: #EeEeEe;
	border: 1px solid #A7A6AA;
}

