@charset "utf-8";

#content1 {
   float: left;
   height: auto;
   width: 420px;
   padding-right: 0px;
   margin-left: 20px;
   line-height: 14pt;
   font-size: small;
}
#content1 h1 {
   font-size: 16pt;
   color: #365685;
   font-weight: normal;
}

#content1 h2 {
   font-size: 14pt;
   color: #365685;
   font-weight: normal;
}

#content1 h3 {
   font-size: 12pt;
   color: #365685;
   font-weight: normal;
}

#content1 a {
   color: #365685;
   text-decoration: underline;
}
#content1 a:hover {
   color: #000080;
}

#content2 {
   float: left;
   height: auto;
   width: 180px;
   padding-right: 0px;
   margin-left:20px;
   line-height: 12pt;
   font-size: 8pt;
   color: #666666;
}
#content2 h1 {
   font-size: 16pt;
   line-height: 16pt;
   color: #365685;
   font-weight: normal;
}
#content2 h2 {
   font-size: 14pt;
   color: #365685;
   font-weight: normal;
}

#content2 h3 {
   font-size: 12pt;
   color: #365685;
   font-weight: normal;
}

#content2 a {
   color: #365685;
   text-decoration: underline;
}
#content2 a:hover {
   color: #000080;
}

#content2 ul {
   font-size: 16px;
   color: #365685;
   font-weight: normal;
}
#content2 ul a {
   background-color: #EEEEEE;
   display: block;
   padding: 10px;
   color: #000000;
   font-weight: normal;
}
#content2 ul a:hover {
   background-color: #CCCCCC;
}


