﻿html, body { height:100%;width:100%;margin:0px;font-family:arial;font-size:13px;  }
textarea { height:100%;font-family:arial;font-size:13px;color:#000000; }
select { height:100%;font-family:arial;font-size:13px;color:#000000; }
div { font-family:arial; font-size:13px;color:#000000; }
input { font-family:arial; font-size:13px;color:#000000; }
td { height:100%;font-family:arial;font-size:13px;color:#000000; }
a:link { color:#0033CC;text-decoration:none; }
a:visited { color:#0033CC;text-decoration:none; }
a:active { color:#0033CC;text-decoration:none; }
a:hover { color:#aa0000;text-decoration:underline; }




.graylinetop
{
    width:100%;
    height:20px;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#000000;
    background-color:#C0C0C0;
}

.graylinebuttom
{
    width:100%;
    height:20px;
    border-style:solid;
    border-width:1px 0px 1px 0px;
    border-color:#000000;
    background-color:#C0C0C0;
}

h1
{
    font-size:16px;
    font-weight:900;
    font-family:arial;
    display:inline;
}

h2
{
    font-family:arial;
    display:inline;
    font-size: 12px;
    font-weight:normal;
}

p
{
   font-family:arial;
   font-size:13px;
   color:#000000;
   display:inline; 
}

.headlines
{
   font-family:arial;
   font-size:13px;
   color:#aa0000; 
   font-weight:bold;

   
}

.dagesh

{
   color:#aa0000; 
}

.spr
{
    background-color:#000000;
    background-repeat:repeat-x;
    width:600px;
    height:1px;
}

.pad
{
    padding-left:14px;
}