@media screen {
body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background-image: url(back.gif);
	text-align: center;
	} 
#cntnr {
	position: relative;
	width: 46em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
.center { 
	text-align: center;
	}
.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
td {
	color: #000000;
	}
td.headimage {
	background-image: url(headgfx.gif);
	} 
td.footimage {
	background: #ff9900 url("footgfx.gif") fixed bottom left;
	height: 20px;
	} 
.header {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	}
a:link {
	color: #ff9900;
	font-weight: normal;
	text-decoration: none;
	}
a:visited {
	color: #ff9900;
	font-weight: normal;
	text-decoration: underline;
	} 
a:active {
	color: #ff9900;
	font-weight: normal;
	text-decoration: underline;
	} 
a:hover {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	}
a.menu:link {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	}
a.menu:visited {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	font-style: italic;
	text-align: right;
	} 
a.menu:active {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	font-style: italic;
	text-align: right;
	} 
a.menu:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	}
}
@media print {
  body { 
  margin: 10%; 
}
  h2, h3, h4 { 
  page-break-after: avoid; page-break-inside: avoid;
}
  ul, li  { 
  page-break-before: avoid; 
}
}

