﻿
body 
{
    font-family:Tahoma, Arial, Times New Roman;
    font-size: 9pt;
}
A
{
    color: navy;
    text-decoration: none;
   
}
A:HOVER
{
    color:Red;
    text-decoration: underline;
    
}
A:ACTIVE
{
    color:Red;
    text-decoration: underline;
}
A:VISITED
{
    color: navy;
    text-decoration: none;
}
INPUT,TEXTAREA
{
    font-family:Tahoma, Arial, Times New Roman;
    font-size: 9pt;
}
    TABLE.news
    {
        width: 645px;
        height: 250px;
    }
    TD.imgnews
    {
        width: 50px;
        vertical-align: top;
    }
    img.newsimg
    {
        width:85px;
        border:solid 1px black;
    }
    img.newsimg2
    {
        width:85px;
        border:0px;
    }
    DIV.newsrutitr
    {
        font-family: Tahoma;
        font-size: 7pt;
        color:Gray;
    }
    a.newsheader
    {
        font-family: Tahoma;
        font-size: 9pt;
    }
    DIV.newsabs
    {
        font-family: Tahoma;
        font-size: 8pt;
        
    }
    #preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 url(/images/bgtooltip.gif) repeat-x;
	color:#fff;
	z-index:1000;
	}

