img { border: none }

body {	
  color: black; 
  background: white; 
  background-image: url(bg.jpg);
  background-image-repeat: repeat;
  font-size: 10pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
table.nopad {
  cell-spacing: 0px;
  padding: 0px;
}
p.rs {
  text-align: right;
  font-size: smaller;
}
td.undef {
  font-style: italic;
}
.c {
  text-align: center;
}
.cvc {
  text-align: center;
  vertical-align: middle;
}
.label { 
  color: #cc33cc;
  font-size: smaller;
  font-style: italic;
}
td, th {
  text-align: left;
}
table.ctr {
  margin-left: auto;
  margin-right: auto;
}
code, pre { font: 10pt courier, monospaced }
h1 		{	font: 16pt Verdana, Helvetica, Arial, sans-serif; text-align: center; padding-top: 1em ; color: #333399}
h2 		{	font: 15pt Verdana, Helvetica, Arial, sans-serif; text-align: center; color: #333399}
h3 		{	font: 14pt Verdana, Helvetica, Arial, sans-serif; text-align: center; color: #333399}
h4, h5, h6 {	font: 13pt Verdana, Helvetica, Arial, sans-serif; color: #333399}
a.nou {text-decoration: none;}
a:active	 { color: #cc33cc; text-decoration: underline} 
a:link { color: #0000ee; text-decoration: underline} 
a:visited { color: #551a8b; text-decoration: underline} 
a:hover{ color: #0066CC; text-decoration: none} 
