

/* basics */

body, table, div#headerwrap, div#middlewrap{
 color: rgb(0,0,0) ;
 background-color: rgb(130,140,140) ;
 font-family: verdana, sans-serif ;
 font-size: 10pt ;
 text-align: left ;
}

/* links */

a{
 color:rgb(30,100,90) ;
 text-decoration:none ;
}

a:hover{
 color:rgb(10,110,240);
 text-decoration:underline
}

div#headerwrap a{
 color:rgb(130,200,190) ;
 text-decoration:none ;
}

div#headerwrap a:hover{
 color:rgb(10,110,240);
 text-decoration:underline
}

/* headings*/

.npheading{
 text-align:center ;
 color:rgb(30,100,90) ;
 font-size:16pt ;
 margin-top: 3cm ;
 margin-bottom: 0cm ;
}

/* table cells */

td.t{
 text-align:left ;
 padding: 4cm 0cm 0cm 0cm ;
}

td.i{
 width: 800px ;
 text-align: right ;
 padding: 4cm 0cm 0cm 0.2cm ;
}

td.t1{
 text-align:left ;
 padding: 2cm 0cm 0cm 0cm ;
}

td.i1{
 width: 800px ;
 text-align: right ;
 padding: 2cm 0cm 0cm 0.2cm ;
}


/* ul */
ul {
 list-style-image: url(dot.gif)
}

