﻿.xxsmallfont
{
  font-family: Verdana;
font-size: 6px;
color: #676664;
}
.xsmallfont
{
  font-family: Verdana;
font-size: 8px;
color: #676664;
}
.smallfont
{
  font-family: Verdana;
font-size: 10px;
color: #676664;
}

.regfont
{
    font-family: Verdana;
font-size: 12px;
color: #676664;
}
.regfontover
{
    font-family: Verdana;
font-size: 12px;
color: #E50000;
}
.bigfont
{
    font-family: Verdana;
font-size: 14px;
color: #676664;
}

.NewsTable
{
font-family: Verdana;
border-left-width: 1;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 1;
border-style: solid;
border-left-color: #dbdbdb;
border-bottom-color: #dbdbdb;
color: #1E2650;
}

.newsimage
{
	border: 1px solid #FFFFFF;
}

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 200px;
height: 70px;
border: 0px ridge #dbdbdb;
padding: 0px;
background-color: #ffffff;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #ffffff;
}

.someclass{ 
}




