.TabTable  
 { color: white; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; border-style: solid; border-width: 0pt 1 1 1; border-color: #2b3236 }
.contactbox { color: white; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; border: #2b3236 }
td  { color: black; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; border: #2b3236 }
.contactfields  { color: #000; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; border: solid 1pt #2b3236 }
input { color: #000; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; border: solid 1pt #2b3236 }
textarea { color: #000; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; border: solid 1pt #2b3236 }
select { color: #000; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; border: solid 1pt #2b3236 }
.TextBox { color: white; font-style: normal; font-size: 8pt; line-height: 14pt; font-family: Verdana, Arial, "MS Sans Serif"; text-indent: 0pt; word-spacing: 0pt; letter-spacing: 0pt; margin: 0pt; padding: 5pt; border-style: dotted; border-width: 1pt 1 1 1; border-color: #727b81 }
a  { color: black; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; text-decoration: none }
a:hover { color: #800000; font-size: 8pt; font-family: Verdana, Arial, "MS Sans Serif"; text-decoration: none }
hr { width:400px; height:1px; border-width:0; color:gray; background-color:gray;}
/*p {display:inline;margin: 0; padding: 0;}	*/
/* liScroll style declarations */
 
.tickercontainer { /* the outer div with the black border */
width: 700px; 
height: 27px; 
margin: 0; 
padding: 0;
padding-right: 20px;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 700px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 700px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
 
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #fff;
white-space: nowrap;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
