body
{
  max-width:900px;
  margin-left:15px;
}

/* ANCHOR Fonts */
.IVM_FontAntiquaPro17BoldCenter
{
  font-family: 'Antiqua Pro';
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.IVM_FontAntiquaPro17Center
{
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
}

.IVM_FontAntiquaPro17Bold
{
  font-family: 'Antiqua Pro';
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 1px;
}

em
{
  font-family: 'Antiqua Pro';
  font-weight:bold;
  font-size:17px;
  font-style:normal;
  letter-spacing: 1px;
}

.IVM_FontAntiquaPro17Left
{
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: left;
  letter-spacing: 1px;
}

/* ANCHOR Link01 */
.IVM_VetInspectionOfficesLink01
{
  position: relative;
  top: 0px;
  left: 265px;
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  background-color: antiquewhite;
  width: 350px;
  border: 1px solid black;
  border-radius: 999px;
  letter-spacing: 1px;
}

.IVM_VetInspectionOfficesLink01:hover
{
  position: relative;
  top: 0px;
  left: 265px;
  padding-left: 5px;
  padding-right: 5px;
  font-family:'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 350px;
  border: 1px solid black;
  border-radius: 999px;
  background-color: grey;
  cursor: url("../../IVM_CURSOR/IVM_CursorBee_32_31.png") 0 0, auto;
  color:#f7ebcf;
  letter-spacing: 1px;
}

/* ANCHOR Link02 */
.IVM_VetInspectionOfficesLink02
{
  position: relative;
  top: 0px;
  left: 175px;
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  background-color: antiquewhite;
  width: 520px;
  border: 1px solid black;
  border-radius: 999px;
  letter-spacing: 1px;
}

.IVM_VetInspectionOfficesLink02:hover
{
  position: relative;
  top: 0px;
  left: 175px;
  padding-left: 5px;
  padding-right: 5px;
  font-family:'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 520px;
  border: 1px solid black;
  border-radius: 999px;
  background-color: grey;
  cursor: url("../../IVM_CURSOR/IVM_CursorBee_32_31.png") 0 0, auto;
  color:#f7ebcf;
  letter-spacing: 1px;
}

/* ANCHOR ::before ::after */
.IVM_VetInspectionOfficesLink01::before,
.IVM_VetInspectionOfficesLink02::before
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}

.IVM_VetInspectionOfficesLink01::after,
.IVM_VetInspectionOfficesLink02::after
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}

.IVM_VetInspectionOfficesLink01:hover::before,
.IVM_VetInspectionOfficesLink02:hover::before
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}

.IVM_VetInspectionOfficesLink01:hover::after,
.IVM_VetInspectionOfficesLink02:hover::after
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}