
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table,tr,td,body  {
  font-size:11px;
  font-family:Verdana,tahoma,arial,sans-serif;
  color:#656565
}

.bg {
  background-repeat: no-repeat;
}
.bgr {
  background-repeat: no-repeat;
  background-position: top right;
}
.bgrb {
  background-repeat: no-repeat;
  background-position: bottom right;
} 
.bgc {
  background-repeat: no-repeat;
  background-position: top center;
}
.bgc-head {
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: #7C8899 1px dotted;
  border-top: #7C8899 1px dotted;
}

   
.small {
   font-family:Verdana,tahoma,arial,sans-serif;
   font-size:10px;
   font-style:normal;
}

.medium {
   font-family:Verdana,tahoma,arial,sans-serif;
   font-size:11px;
   font-style:normal;
}

.normal {
   font-family:Verdana,tahoma,arial,sans-serif;
   font-size:12px;
   font-style:normal;
}

.big {
   font-family:Verdana,tahoma,arial,sans-serif;
   font-size:14px;
   font-style:normal;
}

A:active, A:visited, A:link  {
  text-decoration : none;
}

a.link:link, a.link:visited, a.link:active {
   text-decoration : none;
   color: black;
   font-family:Verdana,tahoma,arial,sans-serif;
}
a.link:hover {
   text-decoration : underline;
   color: black;
   font-family:Verdana,tahoma,arial,sans-serif;
}
a.link2:link, a.link2:visited, a.link2:active {
   text-decoration : underline;
   color: blue;
   font-family:Verdana,tahoma,arial,sans-serif;
}
a.link2:hover {
   text-decoration : underline;
   color: #5A76D2;
   font-family:Verdana,tahoma,arial,sans-serif;
}

p {
  margin: 12px 6px 12px 6px;
  
}
p.p1 {
  margin: 1px 6px 1px 6px;

}
p.p2 {
  margin: 1px 6px 1px 6px;
  text-align: justify;
}
p.p3 {
  margin: 12px 6px 12px 6px;
  text-align: justify;
}

.head {
  border-bottom: #7C8899 1px dotted;
  border-top: #7C8899 1px dotted;
}