﻿html {
        margin-left: calc(100vw - 100%);   
        margin-right: 0;
        overflow: auto;
}

body {
background-color:#f0f0f0;
font-family: Arial, Helvetica, sans-serif;
/*font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;*/
font-size:15px;		
color:#000;
margin:0;
padding:0;
margin-top:5pt;
margin-bottom:5pt;
margin-left:0;
margin-right:0;
}

img { 
   border:0;
}

.banner1{
 display: block;
 background-image:url('images/BG_101_1e.webp');
 min-height:55px;
 width:100%;
}


.footer1{
font-size: 0.75em;
color:#aaa;
text-align:right;	
background-color:#f0f0f0;		
}

.wrap1{
float:left;
width:500pt;
min-height:500pt;
text-align:justify;
}

.wrap2{
background-color:#ffffff;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;

}


table{font-size:1em;}
table td, table th {
				 padding:0;
}

table.wrap0{
background-color:#ffffff;
border-width: 0px;
border-spacing: 0px;
border-collapse: collapse;
border-style: solid;
border-color: #e0e0e0;
margin-left:auto;
margin-right:auto;

}


table.mystyleA{
background-color:#fff;
border-width: 1px;
border-spacing: 0px;
border-collapse: collapse;
border-style: solid;
border-color: #e0e0e0;
margin-left:auto;
margin-right:auto;
}

table.default{
border-width: 0px;
border-spacing: 0px;
border-collapse: collapse;
border-style: solid;
border-color: #e0e0e0;
margin-left:auto;
margin-right:auto;
}


.gtm1{width:25pt};

p.i1 {text-indent: 15pt;text-align: justify;}

.center {text-align: center}
.right {text-align: right}

.indent2 {padding-left: 1.5em;text-indent:-1.5em;}

hr{height:1px;  border:none; color:#aaa; background-color:#e0e0e0;}

a{color:#0000CC; text-decoration: underline}
a:hover {color:#6699ff; text-decoration: underline}
a:visited{color:#00aacc; text-decoration: underline} 

.smCap {font-size: 0.8em} 
.em80	{font-size: 0.8em} 
.em60	{font-size: 0.6em} 

.title {font-size: 1.4em; color: #000; font-weight: normal; text-align:center;margin-top:20pt} 
.titleS {font-size: 1em; color: #777; font-weight: normal; text-align:center;margin-top:5pt;margin-bottom:20pt;}
.subT{ font-size: 1em; color: #000; font-weight: bold; text-align:center;}
.subTS{ font-size: 1em; color: #777; font-weight: normal;font-style:italic; text-align:center;}
small, sub, sup {font-size: 0.7em }
sub{vertical-align: sub }
sup{vertical-align: super }
.clrgray {color: #808080;}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {display: table-cell; vertical-align: middle;}

