/* XM Standards styles */
.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.v-bottom { vertical-align: bottom; }
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

table {
    border-collapse: collapse;
    border-spacing: 0px;
    /*width: 100%;*/
}
td { padding: 0px; }

img {
    border: none;
}
form {
    display: inline;
}
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.w-auto {
  width: auto;
}
.w-max {
  width: 100%;
}
.clear {
  clear: both;
}
br.clear {
	line-height: 0px;
	height: 0px;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}

.margin-auto { margin: auto; }
.d-block { display: block; }
.d-inline { display: inline; }
.special-text {
    overflow: hidden;
    width: 0.3em;
    height: 0.3em;
}
