/* CSS Document */

h1,h2,h3
{
font-family: tahoma, 'sans serif';
margin-bottom: 1pt;
margin-top: 1pt; 
padding-bottom: 10px;
}

h1
{
font-size: 14pt;
}

h3
{
font-size: 10pt;
font-weight: bold;
}


table,li
{
font-family: tahoma, 'sans serif'; 
/* margin-left: 10pt; */
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

li,th,td
{
font-size: 10pt;
}

body
{
background-color: #ffffff;
}

h1,h2,h3 
{
color:black; 
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:mediumblue}
a:hover   {color:mediumblue}


