#footer {
  color:#666;
  background: transparent ;
  padding: 5px 5px  ;
  border-top: 1px #0000ef solid; 
  line-height: 1em;
  text-align: center;
  font-size: 80%;
}
#message {
  color:black;
  background: transparent ;
  /*
  padding: 5px 5px  ;
  line-height: 1em;
  */
  text-align: center;
  font-size: 1.2em;
}
#footer #footer_right  {
  position:relative;
  float: right;
  top:-24px;  
  width: 180px; 
  text-align: right; 
}
#footer #footer_left  {
  position:relative;
  top:-24px;
  float: left; 
  width: 180px; 
  text-align: left; 
}
#m1VideoHeader {
	vertical-align: middle;
}
/*------------------------------------------------------------------------------------------------------*/
.nodisplay {
    display : none;
}
.display {
    display : block;
}
.tdL {
	text-align: left;
}
.tdC {
	text-align: center;
}
.tdR {
	text-align: right;
}

.copyright    {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	padding-left: 50px;
	padding-top: 20px;
}
span p {
	FONT-FAMILY: Georgia,Verdana,Arial,Helvetica,sans-serif;	
}

.centerClass{
	position:absolute;
	left:20%;
	top:30%;
}
.myTopStyleFont a:hover {
	color : red;
 	font-size: 1.1em;
}

.myTopStyleFont {
 	font-size: .9em;
 }
 
.myTipStyle {
 	font-size: .9em;
 	background-color: PaleTurquoise ;
 }