/* Default styles for common document elements */

body {
  margin: 0;
  background-color: white;
  color: black;
}

a:link { color: #0033CC }
a:visited { color: #FF0033 }

input.text { font-size: 92%; font-family: "Courier New", Courier, monospace }
input.readonly { font-size: 92%; font-family: "Courier New", Courier, monospace; color: blue }


/* Defined common classes for font control */

.centered  { text-align: center }
.justified { text-align: justify }

.a4, .a5, .a6, .a7, .a8, .a9, .a10, .a10w, .a11, .a11w, .a12, .a12w { 
   font-family: Arial, Helvetica, sans-serif; font-style: normal
}
.a9b, .a10b, .a10b-link, .a11b, .a11b-link, .a12b, .a13b, .a14b, .a15b, .a16b, .a18b, .a20b, .a22b, .a24b { 
   font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold
}

.a4   { font-size: 33% }
.a5   { font-size: 42% }
.a6   { font-size: 50%; line-height: 1.1 }
.a7   { font-size: 58%; line-height: 1.1 }
.a8   { font-size: 67%; line-height: 1.1 }
.a9   { font-size: 75%; line-height: 1.1 }
.a9b  { font-size: 75%; line-height: 1.1 }
.a10  { font-size: 83%; line-height: 1.2 }
.a10b { font-size: 83%; line-height: 1.2 }
.a10b-link { font-size: 83%; line-height: 1.5; vertical-align: top; color: white; text-decoration: none }
.a10w { font-size: 83%; line-height: 1.5 }
.a11  { font-size: 92% }
.a11w { font-size: 92%; line-height: 1.5 }
.a11b { font-size: 92%; line-height: 1.2 }
.a11b-link { font-size: 90%; line-height: 1.5; vertical-align: top; color: white; text-decoration: none }
.a12  { font-size: 100% }
.a12w { font-size: 100%; line-height: 1.5 }
.a12b { font-size: 100%; line-height: 1.2 }
.a13b { font-size: 108%; line-height: 1.1 }
.a14b { font-size: 117% }
.a15b { font-size: 125% }
.a16b { font-size: 133% }
.a18b { font-size: 150% }
.a20b { font-size: 167% }
.a22b { font-size: 183% }
.a24b { font-size: 200% }

.hga12b { font-family: Helvetica, Geneva, Arial, san-serif; font-size: 100%; font-weight: bold }
