/******************************************************************************/
/* Global styles                                                              */
/******************************************************************************/
body {
  font-family: Verdana, Arial, Helvetica;
  color: #000080;
  background-color: white
}

a:link {
  color: red;
  text-decoration: none;
}
a:visited {
  color: red;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}

/******************************************************************************/
/* Navigation bar                                                             */
/******************************************************************************/
a.navbar:link {
  font-family: Arial;
  font-size: x-small;
  color: white;
  text-decoration: none;
}

a.navbar:visited {
  font-family: Arial;
  font-size: x-small;
  color: white;
  text-decoration: none;
}

a.navbar:hover { color: yellow; }

td.inner{
  text-align: center;
  vertical-align: middle;
}

table.inner {
  background-color: none;
}

/******************************************************************************/
/* Main page                                                                  */
/******************************************************************************/
.ste {
  font-size : x-small;
  text-align: center;
}

/******************************************************************************/
/* Misc stuff                                                                 */
/******************************************************************************/
p {
  font-family: Verdana;
  font-size: 12px;
  color: blue;
  line-height : 15pt;
}

p.content {
  margin: 10px, 100px, 10px; 100px;
}

.header {
  font-size : 13pt;
  line-height : 12pt;
  font-weight : bold;
  color : #800000;
}

.contact {
  font-size : 11px;
  color : #003388;
  line-height : 12pt;
  text-align : left;
}

.copy {
  font-size : 8pt;
  font-weight : normal;
  color : #000000;
  padding : 4pt;
  text-align : center;
  line-height : 8pt;
}

h1 {
  color: red;
  font-family: Arial;
  font-size: 16px;
}

h2 {
  color: blue;
  font-family: Arial;
  font-size: 16px;
}

td.numeric {
  margin:10px;
  color: blue;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
}

td.alpha {
  margin:10px;
  color: blue;
  font-family: Arial;
  font-size: 14px;
  text-align: left;
}
