.ticHolder {
	display: table;
	height: 75px;
	#position: relative;
	overflow: hidden;
}

.tic {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
  /* enter any styles for the ticker below */
  /*border: .05em #CEC3AD solid;*/
  font-size:0.85em;
  padding-left:30px;
  /*width:400px;*/
  line-height:16px;
  /*height: 75px;*/
}

.tic h1
{
	font-size: 1em;
	margin: 0px;
	padding:0px;
	text-align: center;
}

.tic h2
{
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: blue;
}

.tic h3 {
	font-weight: bold;
	font-size: 1em;
    color: #A52A2A;
    text-align: center;
    margin: 3;
}

.tic ul {
	font-size: .75em;
}
.tic p
{
	font-size: .85em;
	text-indent: 20px;
	padding-top: 5px;
	margin-top: 0px;
	text-align: justify;
}

.tic table
{
	font-size: .85em;
}

.tic > h1 {
  display:none;
}
.tic > div {
  display:none;
}
.tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
  /*font-size: .75em;*/
}

