/*  top banner  */
.banneradright span {
      position: relative;
margin:auto;
      color: black;
      font-family: inherit;
      font-style: normal;
      font-variant: normal;
      font-weight: bold;
      line-height: normal;
      letter-spacing: normal;
      word-spacing: normal;
      background-color: transparent;
}
.banneradleft span {
      position: relative;
margin:auto;
      color: blue;
		font-family: inherit;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		line-height: normal;
		letter-spacing: normal;
		word-spacing: normal;
		background-color: transparent;
}

.fontSize130{
 font-size: 1.1em;
 font-weight:bold;
}
	

