/*  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;
}
	
/*  bottom banner  */ 

.bottomBanner {
   width:600px;
   margin:10px 0 10px 0;
   padding:0;
   float:left;
   height: 5.25em;
}

ul.bottomList {
   list-style-type: none;
   margin: 0;
   padding: 0;
   border: none;
   width: 100%;
}

li.bottomItem1, li.bottomItem2, li.bottomItem3 {
   margin: 0;
   padding: 0;
   border: none;
   float: left;
   height: 70px;
   width: 195px;
}

* html li.bottomItem1, * html li.bottomItem2, * html li.bottomItem3 {
   height: 70px;
   width: 195px;
}

li.bottomItem1,  li.bottomItem2 {
   margin-right:7px;
}


li.bottomItem1 div, li.bottomItem2 div, li.bottomItem3 div {
   margin: 0;
   text-align:center;
	font-weight: bold;
   padding: 0;
   height: 70px;
}

li.bottomItem1 a, li.bottomItem2 a, li.bottomItem3 a {
   text-decoration: none;
   text-align:center;
   font-weight: bold;
   width: 100%;
   padding: 0;
   border: none;
	display: block;		  
}

li.txtwhite a:link, li.txtwhite a:visited {
   color:#fff;
	display: block;
	height:100%;			
}

li.txtblack a:link, li.txtblack a:visited {
	color:#000;
	display: block;
	height:100%;
}

.bgyellow {background-color: #FF0;}
.bgorange {background-color: #F60;}
.bgblue {background-color: #00F;}

.txtwhite {color: #FFF;}
.txtblack {color: #000;}


