   body { 
   		background: #fff; 
   		text-align: center;
   		font-family: Verdana, Arial, Helvetica, sans-serif;
   		font-size: 10pt;
    	margin-right: auto;
    	margin-left: auto; 
   }
   td { vertical-align: top; }
   p { margin: 0.7em 0em 0.7em 0em; }
   div.page { 
   		width: 100%; 
   		text-align: left;
   		display: block;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10pt;
   }
   div.banner {
   		position: absolute; 
   		top: 30px;
   		left: 0px;
   		width: 100%;
   		background: #eee;
   		height: 113px;
   		z-index: 100;
   } 
div.bannerinside { 
        position: absolute; 
   		top: 38px;
   		left: 0px;
   		background: #fff; 
   		width: 100%; 
   		height: 95px; 
   		text-align: center; 
   		vertical-align: middle; 
   		border-top: solid 1px #666; 
   		border-bottom: solid 1px #666; 
   		z-index: 110;
}
a:link { color: #369; font-weight: bold; text-decoration: none; }
a:visited { color: #369; font-weight: bold; text-decoration: none; }
a.button:link {
    display: block;
    padding: 4px;
    background: #fff;
    color: #333;
    font-weight: bold;
    border: solid 1px #333;
    text-decoration: none;
    margin-bottom: 2px;
}
a.button:visited {
    display: block;
    padding: 4px;
    background: #fff;
    color: #333;
    font-weight: bold;
    border: solid 1px #333;
    text-decoration: none;
    margin-bottom: 2px;
}
div.menu {
    position: relative;
    left: 0px;
    top: 150px;
    width: 160px;
    z-index: 100;
}
td.leftspace { width: 20px; }
td.navigationbar { 
    background: #fff;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    width: 160px;
}
td.content {
   		padding: 150px 20px 160px 20px;
   		background: none;
   		color: #000;
   }
div.footer {
    visibility: hidden;
}
div.footerinside {
    visibility: hidden;
}
div.footercontent{
    visibility: hidden;
}
h1 { margin: 0 0 0 0; }
h2 {
	font-size: 15pt;
	border-bottom: solid 2px #000;
	text-transform: uppercase;
}
h3 {
	font-size: 12pt;
}
img.imgright {
	float: right;
	position: relative;
	border: solid 2px #fff;
	margin: 0em 0em 0.5em 1em;
}
img.imgrightup {
	float: right;
	position: relative;
	top: -35px;
	left: -15px;
	border: solid 2px #fff;
	margin: 0px 0px -25px 25px;
}
img { border: none; }
p.link { 
	text-align: right; 
	margin-right: 20px;
	margin-top: 0em;
}
div.copyright {
	color: #aaa;
}

