﻿/*
* Reset Styles and Set Defaults
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, textarea, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, option, select,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Verdana;
  font-size: 9pt;
  font: inherit;
  color: inherit;
}

/* HTML5 display-role reset for older browsers -- may not be necessary at this time*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

/*body { height: 100%; color: #003399; font-family: Verdana; font-size: 11px; font-weight: normal; background-color: #FFFFFF; overflow: hidden; }*/
body {
  height: 100%;
  color: navy;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  background-color: #FFFFFF;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

::-ms-clear {
  display: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus {
  outline: none;
}

a {
  text-decoration: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

div:focus {
  outline: none;
}
