/***************** Initialize CSS - To try to eliminate cross-browser differences  ***********/

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset
  {
  margin:  0;
  padding: 0;
  font:    100% arial, helvetica, sans-serif;
  }
/***************************  Visual_Consistencies   **************************/

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
  {
  margin:  10px 0px;             /* pixels are used here, rather than ems - gives a consistent on the different headings. */
  padding: 0px;
  }
h1
  {
  font:      normal bold 24px Arial, Helvetica, Sans-Serif;
  text-align : center;
  color:      #004080;
  }
h2
  {
  font:      normal bold 100% Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-align : center;
  color:      #004080;
  }
h3
  {
  font:      normal bold 100% Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-align : center;
  color:      #004080;
  }
h4
  {
  font-size: 100%;
  font-style: italic;
  text-align: center;
  color:      #004080;
  }
h5
  {
  font-size: 100%;
  text-align : center;
  color:      #004080;
  }
a, a:link, a:visited, a:active
  {
  text-decoration: underline;
  }
a:hover
  {
  text-decoration: none;
  color:      #004080;
  }
td, th
  {
  vertical-align: top;
  }
/**************************   BASE THEME   ************************************/

body
  {
  font-size: 11px;
  font-family:      arial, helvetica, sans-serif;
  background-color: #ccc;
  color:            #000;
  padding:          0;
  margin:           5px 0 5px 0;
  }
body-wrapper
  {
  /* overflow:         hidden; */
  }
maintext
  {
  font-size: 11px;
  font-family:      arial, helvetica, sans-serif;
  color:            #000;
  }
