table, table * {
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	padding: 0px;
}
tr, tr * {
  border-width: 0px;
}
td, td * {
  border-width: 0px;
}
a:link {
  color:blue;
  text-decoration:none;
}
a:visited {
  color:blue;
  text-decoration:none;
}
a:hover {
  color:red;
  text-decoration:underline;
}
a.type2:link {
  color:#ffffcc;
  text-decoration:none;
}
a.type2:visited {
  color:#ffffcc;
  text-decoration:none;
}
a.type2:hover {
  color:red;
  text-decoration:underline;
}



body {
background-image:url(../pic/bodyback.jpg);
background-repeat: repeat-x;
}
table.pagecontainer {
	width:780px;
	background-color:white;
	border-collapse:collapse;
}
td.fizzyheadcontainer {
  width: 780px;
  height: 100px;
  border: solid 1px #336633;
  background-color: #336633;
  padding: 0px;
}
td.flagscontainerleft {
  width: 600px;
  height:20px;
  border: solid 1px #336633;
  background-color: #336633;
  vertical-align:middle;
}
td.flagscontainerright {
  width: 180px;
  height:20px;
  border: solid 1px #336633;
  background-color: #336633;
  vertical-align:middle;
  text-align: right;
}

td.bottomcontainer1 {
  width: 780px;
  height: 70px;
  border:solid 1px #336633;
  vertical-align:middle;
}
td.bottomcontainer2 {
  width: 780px;
  height: 70px;
  vertical-align:top;
}
p {
	font-family: arial;
	font-size: 10pt;
	color: #336633;
	text-align: left;
}
p.center8 {
  font-size:8pt;
  text-align:center;
}
p.right10boldyellow {
  font-size:10pt;
  text-align:right;
  font-weight:bold;
  color: #ffffcc;
}


table.addresscontainer {
  width:778px;
  height:68px;
  vertical-align:middle;
}
td.addresscontainer1 {
  width:228px;
  height:68px;
  text-align:center;
}
td.addresscontainer2 {
  width:550px;
  height:68px;
}
