a:hover {  color: #000000}
a.footer_link:link { color: #527F69} /* same as footer */
a.footer_link:visited { color: #527F69} /* same as footer */
a.footer_link:hover { color: #000000} /* same as a:hover */

/* text formatting */
body {font-family: Arial, Helvetica, sans-serif}
h1, h2, h3, h4, p, th, td, ul {font-family: Arial, Helvetica, sans-serif}
h1 { font-size: 18pt; font-weight: bold; color: #663300}
h2 { font-size: 16pt; font-weight: bold}
h3 { font-size: 13pt; font-weight: bold; color: #663300}
h4 { font-size: 12pt; font-weight: bold}
p  { font-size: 10pt; line-height: 14pt}
th { font-size: 10pt; font-weight: bold; color: #FFFFFF}
td { font-size: 10pt}
ul { font-size: 10pt; list-style-type: square}
.brown_p  { font-size: 10pt; line-height: 14pt; color: #663300}
.initial_cap { font-size: 14pt; font-weight: bold; color: #663300}
.smallcaps { font-size: 8pt}
.titlecaps { font-size: 8pt; font-weight: bold; color: #FFFFFF}
.titleDetails { font-size: 11pt; font-weight: bold; color: #FFFFFF}
.titleDetailsSmall { font-size: 8pt; font-weight: bold; color: #FFFFFF}
.caption { font-size: 8pt}
.footer { font-size: 7pt; color: #527F69}


/* background color formatting */
.form_fields { background-color: #CCCCCC}
.testPackageTitleCell { background-color: #CC9966}
.testPackageBodyCell { background-color: #FFE4B8}
.testConstituentsCell { background-color: #FFCD61}
.btnBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-right-style: groove;
	border-bottom-style: groove;
}
