
/*-Begin--------------------------------------------------------------*/

body {
  background-color: #A3CFFF;
}

.standard8 {
  font-family: arial;
  font-size: 8pt;
}

.standard10 {
  font-family: arial;
  font-size: 10pt;
}

.standard12 {
  font-family: arial;
  font-size: 12pt;
}

.standard14 {
  font-family: arial;
  font-size: 14pt;
}

.standard18 {
  font-family: arial;
  font-size: 18pt;
}

a:link {
  text-decoration:none;
  color:#0000FF;
}

a:visited {
  text-decoration:none;
  color:#0000FF;
}

a:hover {
  text-decoration:underline;
  color:#0000FF;
}

a:active {
  text-decoration:none;
  color:#0000FF;
}

a:focus {
  text-decoration:underline;
  color:#0000FF;
}

.borderless {
  border:none;
}

/*-End----------------------------------------------------------------*/
