
BODY, FONT, DIV, TD, P, SPAN, INPUT, TEXTAREA, BUTTON, LABEL{
    font-family: Calibri, sans-serif, Arial;
    font-size:20px; 
    line-height:26px;
    font-weight: normal;
    text-decoration: none;
}

table, th, td {
  padding: 0px;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
}

A:link {COLOR:  #2572CB; text-decoration-skip-ink: none}
A:visited {COLOR:  #2572CB; text-decoration-skip-ink: none}
A:hover {color: red; text-decoration-skip-ink: none}


.clsEnglish{
	FONT: x-small Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px;
	LINE-HEIGHT: 26px; 
}

.clsXClose{
  position: relative;
  width:32px; 
  height:32px; 
  font-size:32px; 
  line-height: 32px; 
  font-family: sans-serif;
  cursor: default; 
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  cursor:default;
}

.clsXClose:hover{
  background-color: silver;
}

.clsXClose:active{
  background-color: #888;
}

.clsBannerIcon{
    position:relative; 
    display:block;
    width:32px; 
    height:24px; 
    background-color:#fff; 
    font-size:0px; 
    line-height:0px;
    border-radius: 5px;
}

.clsBannerIcon:hover{
  background-color: silver;
}

.clsBannerIcon:active{
  background-color: #888;
}

.clsIconHighlight{
  border-radius: 5px;
  background-color: transparent;
  cursor:default;
}

.clsIconHighlight:hover{
  background-color: silver;
}

.clsIconHighlight:active{
  background-color: #888;
}



