.banner
{
  background-color: #FFFFFF;
  background-image: url('images_design/banner.jpg') ;
  background-position: top left;
  background-repeat: no-repeat;
  
}

.COPYRIGHT a:link,.COPYRIGHT a:visited,.COPYRIGHT a:active {
  color: #9F8ABB;
  font-family : arial, tahoma, verdana;
  font-size : 11px;
  font-weight : bold;
  letter-spacing: 0px;
  text-decoration:none;
  
}

.COPYRIGHT a:hover{
  color: #542082;
  font-family : arial, tahoma, verdana;
  font-size : 11px;
  font-weight : bold;
  letter-spacing: 0px;
  text-decoration:underline;
  
}

.COPYRIGHT{
   background-color: #FFFFFF;
	font-family : verdana,arial;
   font-size : 10px;
   color: #9F8ABB;
   font-weight : bold;
   letter-spacing: 0px;
   text-align:center;
}

.welcome{
   font-family : verdana,arial;
   font-size : 10px;
   color: #5D318E;
   font-weight : bold;
   letter-spacing: 0px;
   white-space: nowrap;
   
}


