.indent{
  text-indent: 1.0em;
}
body{
color: #20203B;
background-color: #ffffff;
font-family: Arial;
font-size: 10pt;
}
table.main{
position: absolute;
left: 2px;
top: 0px;
cell-padding: 0;
cell-spacing: 0;
}
/* Sets Link Properties */
a:link{
color: #20203B;
font-family: Arial;
text-decoration: none;
}
/* Link With Mouse Pointed Over It */
a:hover{
color: #20203B;
font-family: Arial;
font-weight: bold;
text-decoration: underline;
}
/* Link After Click */
a:visited{
color: #20203B;
font-family: Arial;
text-decoration: none;
}
/* Link While Clicked But Not Released */
a:active{
color: #20203B;
font-family: Arial;
text-decoration: none;
}
.text{
color: #20203B;
font-family: Arial;
line-height: 100%;
text-align: left;
font-size: 10pt;
}
.header{
color: #20203B;
font-family: Arial;
font-size: 10pt;
font-weight: bold;
}