body {
  margin:0;
  padding:0;
  font-family:arial;
  font-size:9pt;
  background:#FFF;
}

a {
  text-decoration:none;
}

img {
  border:0;
}

a:active, a { 
	outline: none; 
}
 
:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}

.clearL {
  display:hidden;
  clear:left;
}

.clearR {
  display:hidden;
  clear:right;
}

.clearB {
  display:hidden;
  clear:both;
}


.text {
color:#525252;
}

.text a {
  color:#0088d5;
}
