.MainTopic {  font-family: "Arial"; font-size: 15px; font-weight: bold; color: #FF6600; text-decoration: none}
.SubTopic {  font-family: "Arial"; font-size: 15px; font-weight: normal; color: #003399; text-decoration: none}
a:link {  font-family: "Arial"; font-size: 15px; font-weight: normal; color: #CC6600; text-decoration: none; border: 1px #000000}
a:hover {  font-family: "Arial"; font-size: 15px; font-weight: normal; color: #003399; text-decoration: underline; }
a:visited {  font-family: "Arial"; font-size: 15px; font-weight: normal; color: #CC6600; text-decoration: underline; }
.liAdminMenuColor {  font-family: "Arial"; font-size: 13px; font-weight: normal; color: #FF6600}
.NormalText {  font-family: "Arial"; font-size: 13px; text-decoration: none; color: #000000}
.hrAdminMenuColor {  font-family: "Arial"; font-size: 9px; font-weight: normal; color: #FF6600; text-decoration: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.FixText { font-family: "Arial"; font-size: 13px; font-weight: normal }
a {  font-family: "Arial"; font-size: 15px; font-weight: normal; color: #CC6600; }
.liSubType {  color: #0066FF; text-decoration: none; font-family: "Arial"; font-size: 13px}



.Button_Long {
    background-image: url("images/button/button-long.png");
    background-color: transparent;
    width: 170px;
    height: 23px;
    color: white;
    border: 0 none;
    vertical-align:middle;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    cursor:pointer;
  }

  .butt {
    display: inline-flex; 
    flex-direction: column;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    background-image: url("images/button/button.png");
    background-color: transparent;
    width: 137px;
    height: 23px;
    color: white;
    border: 0 none;
    vertical-align:middle;
    text-align: center;
    font-size: 13px;    
    cursor:pointer;
  }
a.butt:link { color:#FFF; text-decoration:none; font-weight:normal;}
a.butt:visited { color: #FFF; text-decoration:none; font-weight:normal; }
a.butt:hover { color: #FFF; text-decoration:none; font-weight:normal; }
a.butt:active { color: #FFF; text-decoration:none; font-weight:normal; }


.butt_long {
    display: inline-flex; 
    flex-direction: column;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    background-image: url("images/button/button-long.png");
    background-color: transparent;
    width: 170px;
    height: 23px;
    color: white;
    border: 0 none;
    vertical-align:middle;
    text-align: center;
    font-size: 13px;    
    cursor:pointer;
  }
  a.butt_long:link { color:#FFF; text-decoration:none; font-weight:normal; font-size: 13px;}
  a.butt_long:visited { color: #FFF; text-decoration:none; font-weight:normal; font-size: 13px;}
  a.butt_long:hover { color: #FFF; text-decoration:none; font-weight:normal; font-size: 13px;}
  a.butt_long:active { color: #FFF; text-decoration:none; font-weight:normal; font-size: 13px;}