body {
	color: #CCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	color: #600305;
	text-align: left;
}

a:link {
	color: #09f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

a:visited {
	color: #0F0DD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover { color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000; }

a:active {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #F70228;
}

h1 {
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.67em 0;
	color: #FB0206;
}
h2 {
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.83em 0;
	color: #445599;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
}
p {
	color: #CCC;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2pt;
	margin-top: 2pt;
	margin-right: 2pt;
	margin-bottom: 2pt;
	padding: 2pt;
}
#layout text box { font-size: 10pt; text-align: left; text-indent: 10pt; padding: 12pt; }
.EventTitle {
	color: #0F0;
}
#linkTable table tr td {
	text-align: left;

}
HighlightEvent {
	color: #0F0;
}
.hightlightEvent {
	font-weight: bold;
	color: #0F0;
	text-align: center;
	font-size: 16px;
}
.GLUhighlight {
	color: #F00;
	font-weight: bold;
	font-size: 18px;
}
p {
	font-size: 12px;
}
p {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.HaningIndent5px {
	text-align: left;
	text-indent: 5px;
}
.Barbra {
	color: #09F;
	font-weight: bold;
	text-align: center;
}
.H2Red {
	color: #F00;
	font-size: 12px;
}
.CenterCell {
	text-align: center;
}
#h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CFF;
}
.pMobile {
	font-size: 18px;
}
.White24Bold {
	font-size: 24px;
	text-align: center;
}
.tableLEFT {
	text-align: left;
	width: 700px;
}

* {
  margin:0;
  padding:0;
  border:0;
}

@keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}
@-webkit-keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}

#marquee { 
  color:white; 
  background:red;
  width:100%;
  height:120px;
  line-height:120px;
  overflow:hidden;
  position:relative;
}

#text {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:120px;
  font-size:46px;
  animation-name: slide;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}
