.whitebot {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}

/* Tables border style */
.tborders {
   border: 0px solid black;
}

.tborders01 {
   border: 1px solid #336699;
   background-color: #efeffa;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   font-family: "Times New Roman", sans-serif;
   font-size: 16px;
}

.tborders02 {
   border: 1px solid #336699;
   padding-top: 4px;
   padding-bottom: 4px;
}

.tborders03 {
   border: 1px solid #ffffff;
   background-color: #efeffa;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   font-family: "Times New Roman", sans-serif;
   font-size: 16px;
}

.tborders04 {
   border: 1px solid #336699;
   background-color: #efeffa;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   font-family: "Times New Roman", sans-serif;
   font-size: 16px;
}

/***************** FONTS section ******************/

/* header font */
.headerFnt {
  color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
 }
 
 h1 {
  color: #336699;
  font-weight: bold;
  font-style: normal;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  margin-top: 4px;
  margin-bottom: 4px;
 }
 
 
/* header font Blue */
.headerFntBlue {
  color: #336699;
  font-weight: bold;
  font-style: normal;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
 }
 
 /* header font Blue */
.headerFntBlue1 {
  color: #336699;
  font-weight: bold;
  font-style: normal;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 11pt;
 }


 /* header font Green */
.headerFntGreen {
  color: #006400;
  font-weight: bold;
  font-style: normal;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
 }

/* normal font */
.normalFnt {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", sans-serif;
  font-size: 16px;
 }
 
 /* normal font red */
.normalFntRed {
  color: #B50000;
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", sans-serif;
  font-size: 16px;
 }
 
 /* normal font 14 */
.normalFnt14 {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", sans-serif;
  font-size: 14 px;
 }

 /* trademark font */
.tradeFnt {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  vertical-align: top;
}

/* logo font */
.logoFnt {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.Fnt04 {
  color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
 }


.Fnt07 {
  font-weight: bold;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
 }


/* keywords font */
.keywordsFnt {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}

/* new version font */
.nversionFnt {
  color: #D90000;
  font-weight: bold;
  font-style: normal;
  text-align: right;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
 }


/* bread crumbs font */
.breadcrumbsFnt {
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* current bread crumbs font */
.breadcrumbscurrFnt {
  color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}


/* small link font */
.smlinkFnt {
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* copyright font */
.copyrightFnt {
  /* color: #9A9A9A; */
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}


/* unvisited menu link */
.menulink:link {
   color: #818181;
   /* color: #8B8B8B; */
   font-weight: bold;
   font-style: normal;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
   /* text-decoration: underline;*/
}

/* visited menu link */
.menulink:visited {
   color: #818181;
   /* color: #8B8B8B; */
   font-weight: bold;
   font-style: normal;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
   /* text-decoration: underline;*/
}

/* highlited menu link */
.menulink:active {
   color: #818181;
   /* color: #8B8B8B; */
   font-weight: bold;
   font-style: normal;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
}

/* mouse on menu link */
.menulink:hover {
   color: #000000;
   font-weight: bolder;
   font-style: normal;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-decoration: none;
   /* text-decoration: underline;*/
}

/* the current menu link */
.menulinkcurrent {
   color: #000000;
   font-weight: bolder;
   font-style: normal;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   /* text-decoration: none; */
   text-decoration: underline;
}