﻿TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
}


body
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial
}


A
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}

.INPUT
{
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #999999 1px solid;
    FONT-FAMILY: arial
}

.title
{
	font-size:16px;
	color:Black;
	font-weight:bold
}


.menu
{
    font-family : Verdana;
    font-size : 8pt;
}

.smallindex
{
    font-family : Verdana;
    font-size : 12pt;
     
}

.pageheadline
{
    font-family : Verdana, Arial;
    font-size : 13pt;
    font-style : italic;
    font-weight : bold;
    
}

.freqheadline
{
    font-family : Verdana, Arial;
    font-size : 13pt;
    font-style : italic;
    font-weight : bold;
    background-color : Silver;
    
}

.ecaheadline
{
    font-family : Verdana, Arial;
    font-size : 10pt;
    font-style : italic;
    font-weight : bold;
   
}

hr {  color : #fff; 
       background-color: #fff; 
       border: 1px dotted teal;
       border-style: none none dotted; 
     }


.errtxt
{
    font-family : Verdana, Arial;
    font-size : 12pt;
    font-style : italic;
    font-weight : bold;
    color : red;
}
