html, body {
font-family: tahoma;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-color: #DCDCDC;
}

table, tr, td {
font-family: tahoma;
font-size: 12px;
}

.header {
font-family: tahoma; 
color: #000000; 
font-size: 16px; 
font-weight: bold;
}

.indextext {
font-family: tahoma; 
color: #000000; 
font-size: 12px; 
}

.tickerstyle {
width:360px; 
border: 0px solid #000000; 
height:180px; 
padding-top:15px; 
overflow:hidden; 
font-family: tahoma; 
font-size: 11px;
}

.messagediv {
display: none;
}

a:link {
text-decoration: none; 
color: #000000;
}

a:visited { 
text-decoration: none; 
color: #000000;
}

a:active { 
text-decoration: none; 
color: #000000;
}

a:hover { 
text-decoration: underline;
}



