/*Heading styles*/h1 {	font-size: 175%;	text-align: center;	color: white;	border-width: 1px;	border-color: silver;	border-style: solid;	background: blue;}h2 {	font-size: 150%;	color: white;	border-width: 1px;	border-color: silver;	border-style: solid;	background: blue;}h2.ancillary {	text-align: center;	color: white;	border-width: 1px;	border-color: blue;	border-style: solid;	background: red;}h3 {	font-size: 125%;}h3.ancillary {	color: white;	border-width: 1px;	border-color: blue;	border-style: solid;	background: red}h4 {	font-size: 100%;	margin-bottom: 0px;}/*Body styles*/body {	background: white;	color: black;}/*Paragraph styles*/p.graphic {	text-align: center;}p.table {	text-align: center;}p.signature {	font-family: cursive;}strong.special {	font-weight: bold;	color: red}/*Keyword style*/dfn {	color: green;	font-style: normal;	font-weight: bold;}/*Anchor styles*/a {	text-decoration: none;	color: blue;}a:hover {	text-decoration: underline;	color: red}/*Image styles*/img {	border-style: none;	vertical-align: middle;}img.graphic {	border-style: solid;	border-width: 1px;	color: black}address {	font-style: normal;	text-indent: 5%;}/*Header and footer styles*/.header {	font-family: Arial;	font-size: 80%;}.footer {	font-family: Arial;	font-size: 80%;}/*List styles*/li.Word {	list-style-image: url("Word.png");}li.PDF {	list-style-image: url("PDF.png");}li.Yes {	list-style-image: url("CheckRed.png");}li.No {	list-style-image: url("CrossBlack.png");}dt {	font-weight: bold;}ul.Plain {	list-style-type: none;}li.New {	list-style-image: url("Exclamation.png");}/*Tables*/table {	border-style: solid;	border-width: 1px;	border-color: black;}td {	border-style: solid;	border-width: 1px;	border-color: black;}th {	font-weight: normal;	background: silver;	border-style: solid;	border-width: 1px;	border-color: black;}td.plain {	border-style: none;}table.plain {	border-style: none;}legend{	font-size: 125%;}