
body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #000000;
  background-color: #FFFFFF;
}

a.HeadLink {
  text-decoration: none;
  color: #FFFFFF;
}


a.HeadLink:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

a {
  text-decoration: underline;
  color: #024876;
}

a:hover {
  color: #074BC7;
}

HeadLink {
  text-decoration: none;
  color: #FFFFFF;
}

table.Narrow {
  font-size: 10pt;
  width: 300px;
}

table.Normal {
  font-size: 10pt;
  width: 500px;
}

table.Wide {
  font-size: 10pt;
  width: 620px
}

table.Inout {
  font-size: 10pt;
  width: 500px;
  border-collapse: collapse;
}

table.InoutWide {
  font-size: 10pt;
  width: 620px;
  border-collapse: collapse;
}

tr.Head1 { 
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #cccccc;
}

tr.Head2 {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #cccccc;
}

tr.Head3 {
  color: #FFFFFF;
  background-color: #cccccc;
}

tr.Head4 {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #808080;
}

tr.Body1 { 
  color: #000000;
  background-color: #FFFFFF;
}

tr.Body1c { 
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
}
tr.Body2 { 
  color: #000000;
  background-color: #CCCCCC;
}

tr.Body3 { 
  color: #000000;
  background-color: #FFFFFF;
}

tr.Body3c { 
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
}

em {
  color: #FF0000;
}

.info {
  font-family: Webdings, Verdana, Arial, Helvetica;
}

label {
	font-weight:bold;
}

.notice {
	margin:0 0 10px 0;
	padding:5px;
	border:solid 2px #f00;
	width:90%;
	text-align:center;
	color:#000;
	background-color:#ffd800;
	font-weight:bold;
}

.footerlinks li {
display:inline;
list-style-type:none;
padding-right:1em;
}

