<!--
h4 {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

a            { 
	text-decoration: none;
	color: darkblue
}

a:hover      { 
	text-decoration: underline; 
	color: #0000FF 
}

body {
	font-family:Verdana;
	font-size:medium;
}

td#LogoCell {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
	
td#LogoCell p {
	font-size:large;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}

td#NameCell {
	border-bottom:1px solid #cccccc;
	vertical-align:bottom;
	text-align:left;	
}

td#NameCell p {
	margin-bottom:5px;
	margin-left:10px;
}	

td#MenuColCell {
}


td#AddrCell {
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #cccccc;
}

td#BannerCell {
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #cccccc;
}

td#AddrCell p {
	font-size:small;
	margin: 1.5em 0.5em 1.5em 0.5em;
}

td.MenuBtnCell p {
	font-size:x-small;
	text-align:center;
	font-weight:bold;
	color:blue;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

td#TextCell {
	margin-top:0.5em;
}

td#TextCell p {
	font-size:small;
	text-indent:-0.5em;
	margin-top:0.5em;
	margin-left:2.0em;
	margin-bottom:0.5em;
	margin-right:0.5em;
}

td#TextCell li {
	font-size:small;
	text-indent:-0.5em;
	margin-top:0.5em;
	margin-left:2.0em;
	margin-bottom:0.5em;
	margin-right:0.5em;
}

p.DescHead {
	font-weight:bold;
	font-size:small;
}

p.DescText {
	font-weight:normal;
	font-size:x-small;
}

p.ReturnLink {
	font-size:x-small;
	text-align:right;
}

td#CopyrightCell {
	border-top:1px solid #cccccc;
}

td#CopyrightCell p {
	font-size:x-small;
}

td#WebmasterCell {
	border-top:1px solid #cccccc;
}

td#WebmasterCell p {
	font-size:7.0pt;
	text-align:right;
}
-->