/* 29.12.2000, cr */
/* 10.08.2001, cr */

A:link 
{ 
  text-decoration: none;
  color: #222222;
}
A:active
{ 
  text-decoration: none;
  color: #222222;
}
A:visited 
{ 
  text-decoration: none;
  color: #222222;
} 

BODY
{
   background: #FFFFFF;
   margin: 0px;
}

DIV 
{
   background-color: #FFFFFF;
   color: #000000;
   text-align: left; 
}

////////////
DIV.h0 
{
   position: relative;
   left: 6px;
   width: 550px;
   margin-top: 5px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-style: bold;
   font-size: 160%;
   font-weight: bold;
   text-decoration: none;
}

DIV.h1 
{
   position: relative;
   left: 0px;
   width: 550px;
   margin-top: 30px;
   margin-bottom: 20px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-style: bold;
   font-size: 150%;
   font-weight: bold;
   text-decoration: underline;
}
   
DIV.h2 
{
   position: relative;
   left: 0px;
   width: 550px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-style: bold;
   font-size: 120%;
   font-weight: bold;
   text-decoration: none;
}

DIV.h3 
{
   position: relative;
   left: 0px;
   width: 550px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-style: bold;
   font-size: 105%;
   font-weight: bold 
}
   
DIV.h4 
{
   position: relative;
   left: 0px;
   width: 550px;
   margin-top: 0px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-style: italic;
   font-size: 102%  
}
   
TABLE 
{
   position: relative;
   width: 550px;
   margin-top: 0px;
   margin-bottom: 15px;
   margin-left: 0px;
   margin-right: 0px;
   text-align: left;
   font-family: sans-serif; 
   color: #000000;
   background-color: #FFFFFF;
}

TABLE.def 
{
   position: relative;
   width: 550px;
   margin-top: 0px;
   margin-bottom: 15px;
   margin-left: 5px;
   margin-right: 5px;
   text-align: left;
   font-family: sans-serif; 
   color: #000000;
   background-color: #FFFFFF;
}

TABLE.defli
{
   position: relative;
   width: 500px;
   margin-top: 0px;
   margin-bottom: 15px;
   margin-left: 5px;
   margin-right: 5px;
   text-align: left;
   font-family: sans-serif; 
   color: #000000;
   background-color: #FFFFFF;
}

TD.def 
{
   background-color: #FFFFFF;
   color: #000000;
}
  
TD.defcenter 
{
   background-color: #FFFFFF;
   color: #000000;
   text-align: center;
}
  
TH
{
   text-align: left;
   margin-bottom: 0.25em;
   color: #000000;
   background-color: #FFFFFF;
}

TH.center
{
   text-align: center;
}

TD 
{
   margin-top: 0.25em;
   margin-bottom: 0.25em;
   vertical-align: top;
   background-color: #FFFFFF;
   border-color: #000000;
   color: #000000;
}

TD.right 
{
   vertical-align: top;
   text-align: right;
}

TD.center 
{
   vertical-align: top;
   text-align: center;
}
    
FONT
{
   font-family: arial, sans-serif;
   font-style: normal;
   font-weight: normal;
   color: #000000
}

LI
{
   list-style-image: url(bullet-neg.gif);
}

IMG
{
   margin-bottom: 0px;
   margin-top: 0px;
   margin-left: 0px;
}

TR.def
{
  border-style: none;
};

TR.heading
{
  border-style: none;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
};

DIV.center
{
  text-align: center;
};

