.left {
	/*white background, black text*/
	background-color:#003366;
}


.top {
	/*white background, black text*/
	background-color:#E0F4FF;
}
.topOld {
	/*white background, black text*/
	background-color:#336699;
}


.newsBox {
	/*white background, black text*/
	background-color:#CCCC99;
}

.light {
	/*white background, black text*/
	background-color:#F8F8F8;
}

.title{
	color :#003366;
	font-weight: bold;
	text-transform: uppercase;
	text-align: Center;
}
    
.topL {
	/*white background, black text*/
	background-color:#ffcc66;
}
	
	A  {
     	color :#003366;
     	text-decoration : none;
     	font-family : Arial;
     	text-decoration : none;
     	
     }
     
     A:Hover  {
     	color : #9999CC;
     	font-family : Arial;
    
     }
	 
	div.scroll{position:absolute}
	td.scrollTitle{background:#F8F8F8;color:#black;font-weight:bold;text-align:center;font-size:15px}
	td.scrollBody{background:#F8F8F8; border:maroon 1px solid;text-align:left;vertical-align:top;font-size:13px}
	td.scrollFoot{background:#F8F8F8; color:#black;text-align:right;font-size:15px}

	
	
	ul#menu {
  width: 140px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  
  font-family: verdana, sans-serif;
  font-size: 13px;
  color: #F0F1AB;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #003366;
}

.myDiv{
	margin: 0 auto;
   overflow: hidden;
   
}
.news{
	background-color:#E0F4FF;

}

.accordionTabTitleBar{
	background-color:#003366;
}
.accordionTabData{
	background-color:#E0F4FF;
}

.quotes{
	text-decoration : none;
     	font-family : Arial;
     	text-decoration : none;
		color :white;
}
